summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-jaxws/src/main/java/org/apache/tuscany (follow)
Commit message (Expand)AuthorAgeFilesLines
* Undo change in r1202210 whereby <wsa:To> should wrap a URI, not an EPR.scottkurz2011-11-291-2/+1
* Add dynamic (vs. static) dispatch to invoker for use by callback support.scottkurz2011-11-291-20/+61
* Fix for TUSCANY-3986. Thanks Rashmi.scottkurz2011-11-291-9/+10
* Fix EPR creation to correctly wrap address in <wsa:Address/> tag.scottkurz2011-11-151-3/+5
* Fix checked exception handling.scottkurz2011-10-191-1/+2
* Tweak exception handling slightly to handle runtime exception variant.scottkurz2011-10-131-0/+2
* Update with some guards to avoid NPEsantelder2011-10-121-8/+11
* Tweak Invoker so it can be subclassed.scottkurz2011-09-291-2/+2
* Remove dependency on host-http from the jaxws binding as it's not used by the...slaws2011-09-221-2/+0
* More changes to fix binding.s otests. Also change binding.ws model getter/set...slaws2010-07-021-2/+2
* Merge service side updates of axis2 ws binding to jaxws version of bindingantelder2010-06-301-2/+132
* Start merging the axis2 ws binding changes into the jax-ws version of the bin...antelder2010-06-291-21/+395
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-172-2/+2
* Use more general exception as diff jdks and urls give diff exceptionsantelder2010-06-151-1/+1
* Allow for testing of this provider in the Axis2 runtime. slaws2010-06-111-1/+5
* If we need to set the property we should tell it to use the value we set. slaws2010-06-111-1/+3
* Put back code to create a soap fault message from an exception. Was there a r...antelder2010-04-211-5/+12
* Update to get the default http port from runtime propertiesantelder2010-04-211-8/+2
* Make sure that the JAXWS runtime is stopped and put in temp fix for exception...slaws2010-04-201-7/+35
* Extend the println to remind me where it's coming from. slaws2010-04-201-1/+1
* Split the jaxws ws binding into a generic bit and an RI specific bit. Problem...slaws2010-04-164-163/+6
* Change default port to be 8080 to match old axis2 based ws bindingantelder2010-03-311-1/+2
* Prevent NPE when the exception message is nullantelder2010-03-311-1/+3
* Start getting JAX-WS WS binding working with application exceptionsantelder2010-03-312-17/+29
* Support bindings that specify WSDL or specify uris and expect WSDL to be gene...slaws2010-03-252-6/+43
* Replace weather forcast sample with simple helloworld sample. Update the bind...slaws2010-03-243-4/+10
* Added experimental JAXWS based WS integration from Raymond's sandbox as per M...slaws2010-03-224-0/+454