summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws-runtime-axis2 (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-15Use newer version of wss4j to avoid test failureslresende1-2/+2
2013-07-15Switch to a different version of wss4j to try to fix build issueslresende1-2/+8
2013-07-15Rever exclusion of wss4j dependency from rampartlresende1-2/+2
2013-05-02Remove bouncycastle dependencies that are not in uselresende1-19/+23
2013-02-02Explicity list Rampart dependencies to fix Tuscany build issueslresende1-3/+24
2012-10-01TUSCANY-4070: add apache v8 pom dependency so its got from the Tuscany define...antelder1-0/+9
2012-07-22Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende1-8/+8
2012-05-21TUSCANY-4045: Apply update from Andrew Potter to fix Module binding-ws-runtim...antelder1-0/+7
2012-03-23Tighten up the no address test to include checking for a null or empty URIslaws1-1/+4
2012-02-13Bump up the date in the NOTICE fileantelder1-1/+1
2012-01-06TUSCANY-3932 - First part of this JIRA is to remove some inconsistencies in t...slaws2-12/+19
2011-12-02Add wsa:IsReferenceParameter='true' attr to ReferenceParameters header per WS...scottkurz1-3/+7
2011-10-19check that the binding is set in the wsdlslaws1-2/+4
2011-09-20Avoid NPE when no port location definedantelder1-6/+9
2011-09-06Separate a composite line out for clarity/debugging purposes. slaws1-2/+2
2011-09-06TUSCANY-3938 - Correct various manifest mistakes to bring runtime up in OSGi ...slaws1-0/+1
2011-08-26TUSCANY-3932 - sample of how the structural URI could be passed over a remote...slaws2-1/+17
2011-08-18Remove xalan dependency as it conflicts iwth the base jdk which includes some...antelder1-13/+0
2011-07-14TUSCANY-3852 - Move the SOAP envelope construction to the start of the respon...slaws4-44/+148
2011-07-14Correct dependencies following the move up to opensaml-2.4.1.jar, slaws1-5/+25
2011-07-12Fix the build errors about openws by moving up to opensaml 2.4.1antelder1-1/+1
2011-07-05TUSCANY-3881 - Tidy up the binding context and test by re-enabling Rampart su...slaws8-41/+480
2011-06-28TUSCANY-3881 - fix a typo in the original commitslaws1-1/+1
2011-06-28Fix for hanging compliance test JCA_11017. In some cases Axis doesn't have th...slaws1-1/+2
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...edwardsmj3-12/+85
2011-01-11Add capability to support Bindings that support Async invocations natively - ...edwardsmj1-1/+12
2011-01-10Bump up copyright year in the NOTICE filesantelder1-1/+1
2010-12-14Remove no longer required wstx dependencyantelder1-7/+0
2010-12-13Change to use axis2 osgi jarantelder1-11/+14
2010-12-13Add exclude for an old version of commons logging the seems to mess up the os...antelder1-0/+6
2010-12-11Update to clean up numerous dependencies, many i think left over from previou...antelder6-331/+59
2010-12-08More tweaks for the OSGi MFrfeng1-0/+1
2010-12-08Update MFs and jar versionsrfeng2-20/+4
2010-12-08Upgrade to Axis2 1.5.3, Axiom 1.2.10 and Abdera 1.1.1rfeng3-14/+15
2010-11-09TUSCANY-3727 - fix binding-ws which jars so that it doesn't have base Tuscany...slaws1-6/+1
2010-10-19Correct name missed when rename was doneantelder1-1/+1
2010-10-18Move WS definitions to model module as thats more where it belongs and enable...antelder2-61/+0
2010-10-13Add -pom identifier to base-runtime so that its more obvious that you need to...antelder1-1/+1
2010-10-08Exclude opensaml which seems to be sneaking in when it didn't used to. slaws1-1/+17
2010-10-06An example of using core-runtime and base-runtime. The binding-ws-runtime-axi...slaws1-81/+20
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