summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Adding @mayProvide="sca:asyncInvocation" as first step in support of async se...edwardsmj2010-06-221-1/+4
* Add spec conformance number to message. slaws2010-06-211-1/+1
* Improve error messageslaws2010-06-211-1/+1
* Handle the wsa:ReferenceParameters SOAP header if present on the invocation o...edwardsmj2010-06-192-12/+39
* Handle the receipt of messageID data from a wsa:MessageID header in an incomi...edwardsmj2010-06-182-13/+49
* Fix for subtask #3 of TUSCANY-3592 to enable the invocation of a callback ope...edwardsmj2010-06-181-40/+91
* Fix for subtask #2 of TUSCANY-3592 to enable the endpoint of a bidirectional ...edwardsmj2010-06-181-2/+25
* Add a flag to the binding builder to indicate that generated data should be r...slaws2010-06-174-6/+6
* TUSCANY-3594 - flow the actual callback URL in the SOAP header as opposed to ...slaws2010-06-152-2/+12
* A little more separation of the Tuscany bits from the Axis bitsslaws2010-06-114-161/+128
* Remove old surefire configantelder2010-06-031-20/+0
* Add missing OSGi dependencies that are causing the dosgi samples to fail. slaws2010-06-021-0/+1
* Remove the workaroundrfeng2010-05-211-9/+0
* Add a workaround to support callback endpoint over WSrfeng2010-05-211-0/+9
* Add wsa:Action to the soap header as it's mandatoryrfeng2010-05-172-2/+29
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
* mark additional classes as extension spi according to use indicated binding-w...kelvingoodson2010-04-274-15/+0
* TUSCANY-3533 - disable registration of the dummy config. Doesn't seem to affe...slaws2010-04-131-5/+5
* Add rnaking valueantelder2010-03-311-1/+2
* Remove some now unneeded uses of DataExchangeSemanticsantelder2010-03-161-5/+1
* Improve the IP address binding to be based on the host from the urirfeng2010-03-141-12/+14
* Remove unused dependencyantelder2010-03-111-7/+0
* Clean up the hard-dependency on impl class of XMLInputFactory and DocumentBui...rfeng2010-03-044-36/+70
* Removing unused imports...lresende2010-03-031-1/+0
* Copy the test cases from binding-sca-runtime-axis2 and binding-sca-runtime-rm...rfeng2010-03-031-6/+1
* Move the ws binding provider files into the provider package. slaws2010-03-0115-20/+19
* Disable parallel tests as it causes port conflictsantelder2010-03-011-0/+20
* Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng2010-02-261-1/+1
* Pass security context into getURLMapping() so that appropriate scheme/port ar...slaws2010-02-261-18/+19
* Set the JVM trust/key store so the client side is able to pick up the servers...slaws2010-02-261-1/+21
* Remove unused importsrfeng2010-02-251-4/+0
* Add binding.ws specific providers for the HTTPSPolicy model slaws2010-02-254-1/+110
* Fluff up a policy provider instanceslaws2010-02-251-7/+3
* Separate the common parts of the binding.ws reference and service binding pro...slaws2010-02-254-41/+87
* Enable the ws binding specific basic auth policy providerslaws2010-02-121-0/+20
* Fix up the basic auth policy providerslaws2010-02-123-17/+26
* Remove commented out code and tidy commentsslaws2010-02-121-20/+4
* Add the word Reference into the binding invoker class nameslaws2010-02-122-4/+4
* Start of basic auth binding specific policy implementation. Basically the fun...slaws2010-02-125-0/+398
* Enable reference side binding wire. Mainly so I can start trying out some bin...slaws2010-02-126-199/+195
* Remove as methods are now in assembly policy helper and constants are on asse...slaws2010-02-111-80/+0
* Start to clean up the node-api (remove Node.destroy())rfeng2010-02-094-4/+0
* Correct comment locationslaws2010-02-081-2/+2
* No longer requiredslaws2010-02-081-502/+0
* Move toward having the Axis specific code in the Axis2EngineIntegration class...slaws2010-02-088-360/+636
* started causing spurious compilation error so remove for now as it doesn't do...slaws2010-02-041-1/+1
* Disable JMS transport for now until the code is fixed to bring it back in aga...slaws2010-02-031-5/+7
* fix namespaces so that MTOM is in Tuscany namespaceslaws2010-02-031-2/+3
* As some more basic tests around the different ways that endpoint uri can be s...slaws2010-02-038-4/+288
* Add some initial policy implementations in. MTOM is just handling an "mayProv...slaws2010-02-035-0/+369