summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2/src/main/java/org (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-23TUSCANY-3881 - create a context bean to hold a more consistent of Axis2 conte...slaws8-9/+88
2011-04-20Allow the look up of endpoint address by component/service/binding name from ...rfeng1-7/+1
2011-04-12Remove unused importslaws1-1/+0
2011-02-25Move the binding/policy configuration step to after the Axis config context h...slaws1-5/+7
2011-01-20Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...edwardsmj2-12/+83
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj1-1/+12
2010-12-11Update to clean up numerous dependencies, many i think left over from previou...antelder2-62/+1
2010-12-08Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng1-2/+2
2010-07-30Sometimes the binding name appears to be null. Get it from the actual binding...slaws1-2/+2
2010-07-22Add SOAP version intent validation to the ws bindingbdaniel2-2/+26
2010-07-11Changes to binding-ws-runtime-axis2 in support of Client-side and Server-side...edwardsmj3-41/+116
2010-07-02More changes to fix binding.s otests. Also change binding.ws model getter/set...slaws3-3/+3
2010-07-01Improve error messages. This validation should happen earlier when the bindin...slaws2-4/+12
2010-06-30TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of thin...slaws4-9/+184
2010-06-21Add spec conformance number to message. slaws1-1/+1
2010-06-21Improve error messageslaws1-1/+1
2010-06-19Handle the wsa:ReferenceParameters SOAP header if present on the invocation o...edwardsmj2-12/+39
2010-06-18Handle the receipt of messageID data from a wsa:MessageID header in an incomi...edwardsmj2-13/+49
2010-06-18Fix for subtask #3 of TUSCANY-3592 to enable the invocation of a callback ope...edwardsmj1-40/+91
2010-06-18Fix for subtask #2 of TUSCANY-3592 to enable the endpoint of a bidirectional ...edwardsmj1-2/+25
2010-06-17Add a flag to the binding builder to indicate that generated data should be r...slaws4-6/+6
2010-06-15TUSCANY-3594 - flow the actual callback URL in the SOAP header as opposed to ...slaws2-2/+12
2010-06-11A little more separation of the Tuscany bits from the Axis bitsslaws4-161/+128
2010-05-21Remove the workaroundrfeng1-9/+0
2010-05-21Add a workaround to support callback endpoint over WSrfeng1-0/+9
2010-05-17Add wsa:Action to the soap header as it's mandatoryrfeng1-2/+28
2010-04-27mark additional classes as extension spi according to use indicated binding-w...kelvingoodson4-15/+0
2010-04-13TUSCANY-3533 - disable registration of the dummy config. Doesn't seem to affe...slaws1-5/+5
2010-03-16Remove some now unneeded uses of DataExchangeSemanticsantelder1-5/+1
2010-03-14Improve the IP address binding to be based on the host from the urirfeng1-12/+14
2010-03-04Clean up the hard-dependency on impl class of XMLInputFactory and DocumentBui...rfeng3-30/+66
2010-03-03Removing unused imports...lresende1-1/+0
2010-03-03Copy the test cases from binding-sca-runtime-axis2 and binding-sca-runtime-rm...rfeng1-6/+1
2010-03-01Move the ws binding provider files into the provider package. slaws13-14/+13
2010-02-26Clean up the remote flag for endpoint and change the endpoint reference statu...rfeng1-1/+1
2010-02-26Pass security context into getURLMapping() so that appropriate scheme/port ar...slaws1-18/+19
2010-02-26Set the JVM trust/key store so the client side is able to pick up the servers...slaws1-1/+21
2010-02-25Remove unused importsrfeng1-4/+0
2010-02-25Add binding.ws specific providers for the HTTPSPolicy model slaws2-0/+108
2010-02-25Fluff up a policy provider instanceslaws1-7/+3
2010-02-25Separate the common parts of the binding.ws reference and service binding pro...slaws4-41/+87
2010-02-12Fix up the basic auth policy providerslaws3-17/+26
2010-02-12Remove commented out code and tidy commentsslaws1-20/+4
2010-02-12Add the word Reference into the binding invoker class nameslaws2-4/+4
2010-02-12Start of basic auth binding specific policy implementation. Basically the fun...slaws5-0/+398
2010-02-12Enable reference side binding wire. Mainly so I can start trying out some bin...slaws4-198/+187
2010-02-11Remove as methods are now in assembly policy helper and constants are on asse...slaws1-80/+0
2010-02-08No longer requiredslaws1-502/+0
2010-02-08Move toward having the Axis specific code in the Axis2EngineIntegration class...slaws7-360/+635
2010-02-04started causing spurious compilation error so remove for now as it doesn't do...slaws1-1/+1