index
:
apache-tuscany
master
apache tuscany
lookshe
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sca-java-2.x
/
trunk
/
modules
/
binding-ws-runtime-axis2
/
src
/
main
/
java
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-03-23
Tighten up the no address test to include checking for a null or empty URI
slaws
1
-1
/
+4
2012-01-06
TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...
slaws
2
-12
/
+19
2011-12-02
Add wsa:IsReferenceParameter='true' attr to ReferenceParameters header per WS...
scottkurz
1
-3
/
+7
2011-10-19
check that the binding is set in the wsdl
slaws
1
-2
/
+4
2011-09-20
Avoid NPE when no port location defined
antelder
1
-6
/
+9
2011-09-06
Separate a composite line out for clarity/debugging purposes.
slaws
1
-2
/
+2
2011-08-26
TUSCANY-3932 - sample of how the structural URI could be passed over a remote...
slaws
2
-1
/
+17
2011-07-14
TUSCANY-3852 - Move the SOAP envelope construction to the start of the respon...
slaws
4
-44
/
+148
2011-07-05
TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart su...
slaws
5
-39
/
+245
2011-06-28
TUSCANY-3881 - fix a typo in the original commit
slaws
1
-1
/
+1
2011-06-28
Fix for hanging compliance test JCA_11017. In some cases Axis doesn't have th...
slaws
1
-1
/
+2
2011-06-23
TUSCANY-3881 - create a context bean to hold a more consistent of Axis2 conte...
slaws
8
-9
/
+88
2011-04-20
Allow the look up of endpoint address by component/service/binding name from ...
rfeng
1
-7
/
+1
2011-04-12
Remove unused import
slaws
1
-1
/
+0
2011-02-25
Move the binding/policy configuration step to after the Axis config context h...
slaws
1
-5
/
+7
2011-01-20
Stage 1 of Axis2 binding-ws support of async callbacks, as described in TUSCA...
edwardsmj
2
-12
/
+83
2011-01-11
Add capability to support Bindings that support Async invocations natively - ...
edwardsmj
1
-1
/
+12
2010-12-11
Update to clean up numerous dependencies, many i think left over from previou...
antelder
2
-62
/
+1
2010-12-08
Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1
rfeng
1
-2
/
+2
2010-07-30
Sometimes the binding name appears to be null. Get it from the actual binding...
slaws
1
-2
/
+2
2010-07-22
Add SOAP version intent validation to the ws binding
bdaniel
2
-2
/
+26
2010-07-11
Changes to binding-ws-runtime-axis2 in support of Client-side and Server-side...
edwardsmj
3
-41
/
+116
2010-07-02
More changes to fix binding.s otests. Also change binding.ws model getter/set...
slaws
3
-3
/
+3
2010-07-01
Improve error messages. This validation should happen earlier when the bindin...
slaws
2
-4
/
+12
2010-06-30
TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of thin...
slaws
4
-9
/
+184
2010-06-21
Add spec conformance number to message.
slaws
1
-1
/
+1
2010-06-21
Improve error message
slaws
1
-1
/
+1
2010-06-19
Handle the wsa:ReferenceParameters SOAP header if present on the invocation o...
edwardsmj
2
-12
/
+39
2010-06-18
Handle the receipt of messageID data from a wsa:MessageID header in an incomi...
edwardsmj
2
-13
/
+49
2010-06-18
Fix for subtask #3 of TUSCANY-3592 to enable the invocation of a callback ope...
edwardsmj
1
-40
/
+91
2010-06-18
Fix for subtask #2 of TUSCANY-3592 to enable the endpoint of a bidirectional ...
edwardsmj
1
-2
/
+25
2010-06-17
Add a flag to the binding builder to indicate that generated data should be r...
slaws
4
-6
/
+6
2010-06-15
TUSCANY-3594 - flow the actual callback URL in the SOAP header as opposed to ...
slaws
2
-2
/
+12
2010-06-11
A little more separation of the Tuscany bits from the Axis bits
slaws
4
-161
/
+128
2010-05-21
Remove the workaround
rfeng
1
-9
/
+0
2010-05-21
Add a workaround to support callback endpoint over WS
rfeng
1
-0
/
+9
2010-05-17
Add wsa:Action to the soap header as it's mandatory
rfeng
1
-2
/
+28
2010-04-27
mark additional classes as extension spi according to use indicated binding-w...
kelvingoodson
4
-15
/
+0
2010-04-13
TUSCANY-3533 - disable registration of the dummy config. Doesn't seem to affe...
slaws
1
-5
/
+5
2010-03-16
Remove some now unneeded uses of DataExchangeSemantics
antelder
1
-5
/
+1
2010-03-14
Improve the IP address binding to be based on the host from the uri
rfeng
1
-12
/
+14
2010-03-04
Clean up the hard-dependency on impl class of XMLInputFactory and DocumentBui...
rfeng
3
-30
/
+66
2010-03-03
Removing unused imports...
lresende
1
-1
/
+0
2010-03-03
Copy the test cases from binding-sca-runtime-axis2 and binding-sca-runtime-rm...
rfeng
1
-6
/
+1
2010-03-01
Move the ws binding provider files into the provider package.
slaws
13
-14
/
+13
2010-02-26
Clean up the remote flag for endpoint and change the endpoint reference statu...
rfeng
1
-1
/
+1
2010-02-26
Pass security context into getURLMapping() so that appropriate scheme/port ar...
slaws
1
-18
/
+19
2010-02-26
Set the JVM trust/key store so the client side is able to pick up the servers...
slaws
1
-1
/
+21
2010-02-25
Remove unused imports
rfeng
1
-4
/
+0
2010-02-25
Add binding.ws specific providers for the HTTPSPolicy model
slaws
2
-0
/
+108
[next]