summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/binding-ws (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moving trunk to 2.5-SNAPSHOT now that 2.0 is readylresende2012-07-221-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1364209 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4020 - move hardcoded message strings into properties filesslaws2012-02-291-1/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1295144 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4013 - reset the user specified URL whenever the real URI is reset. slaws2012-02-271-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1294065 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4013 - set the userSpecifiedURI when the URI is set from WSDL also slaws2012-02-151-0/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1244592 13f79535-47bb-0310-9956-ffa450edef68
* Bump up the date in the NOTICE fileantelder2012-02-131-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243530 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-4013 - store the user specified binding uri so it doesn't get ↵slaws2012-02-113-0/+24
| | | | | | overwritten by the BindingURIBuilder. Needs reworking when we fix TUSCANY-4014 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1243103 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-2698 - merge changes from 1.x to 2.x. Only some of the changes ↵slaws2011-12-141-7/+29
| | | | | | merged as some affect error messages and cause otests to fail for only aesthetic reasons. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1214230 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3890 - separate the request wrapper model from the response wrapper ↵slaws2011-12-131-1/+1
| | | | | | model as per the change in 1.x under TUSCANY-2931. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1213702 13f79535-47bb-0310-9956-ffa450edef68
* Add a mechanism for specifying default intents on policy subjects. This is a ↵slaws2011-12-011-1/+9
| | | | | | rewrite of the previous attempt after Greg pointed out a build order issue on the mail list. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1209146 13f79535-47bb-0310-9956-ffa450edef68
* Fix WS compliance test fail by also checking for the wsdli namesapceantelder2011-11-111-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200809 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3975: Apply patch from Rashmi Hunt to fix Missing Extension ↵antelder2011-11-101-1/+43
| | | | | | processing in WebServiceBindingProcessor class git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1200239 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3917 - Save the WSDLDefinition used to generate an interface. slaws2011-08-151-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1157752 13f79535-47bb-0310-9956-ffa450edef68
* Fix the string comparison to have constant as the 1st parameter to avoid NPErfeng2011-03-232-63/+61
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1084772 13f79535-47bb-0310-9956-ffa450edef68
* Bump up copyright year in the NOTICE filesantelder2011-01-101-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1057117 13f79535-47bb-0310-9956-ffa450edef68
* Fix ws binding endpoint ref writing so that it works with java stax parserantelder2010-12-144-30/+10
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1049025 13f79535-47bb-0310-9956-ffa450edef68
* Add test dependency on woodstox to get a testcase workingantelder2010-12-111-0/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1044612 13f79535-47bb-0310-9956-ffa450edef68
* Remove the SNAPSHOT here. The URLs not used and it comes up when you search ↵slaws2010-11-191-1/+1
| | | | | | the codebase for SNAPSHOT git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1036781 13f79535-47bb-0310-9956-ffa450edef68
* Move WS definitions to model module as thats more where it belongs and ↵antelder2010-10-182-0/+61
| | | | | | enables sharing across the binding impls git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1023785 13f79535-47bb-0310-9956-ffa450edef68
* Add missing manifest entries. slaws2010-08-161-1/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@985915 13f79535-47bb-0310-9956-ffa450edef68
* Remove old test dependenciesslaws2010-08-121-22/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@984825 13f79535-47bb-0310-9956-ffa450edef68
* Fixes to set the callback interface based on the interface constructed when ↵slaws2010-07-131-0/+1
| | | | | | the @Callback WSDL annotations is processed. Makes BWS_2022 work. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963756 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3616 - Add code to check that that interface contracts a reference ↵slaws2010-07-131-11/+11
| | | | | | and reference binding and at service and service binding match. Motivated by BWS_2007. TO do this properly we have to test that the interfaces are described using the same IDL and if not convert to WSDL1.1 are required by the SCA specifications. There are a lot of changes here as doing this upset quite a few tests. Further work is required to look at the details of our WSDL generation process which looks a little suspect around wrapper namespaces. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963624 13f79535-47bb-0310-9956-ffa450edef68
* Update the ws binding model to have a wsdliLocations field to properly store ↵antelder2010-07-123-7/+36
| | | | | | the iri pairs from the wsdli:location attribute. (do need to still look at what the existing location field is really used for, when i changed that it broke something in impl.bpel so need to investigate whats going on there) git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@963494 13f79535-47bb-0310-9956-ffa450edef68
* Add some wsdli:location validationantelder2010-07-082-3/+9
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@961748 13f79535-47bb-0310-9956-ffa450edef68
* More changes to fix binding.s otests. Also change binding.ws model ↵slaws2010-07-024-20/+148
| | | | | | getter/setter to make it more explicit which of the WSDLs it stores are user defined. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@960020 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3604 add greater fidelity to the process of resolving WSDL by ↵slaws2010-07-011-0/+2
| | | | | | checking for required port type, binding, service as well as namespace during the resolution process. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959658 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3614 - first pass at support for rpc/lit. Does the right sort of ↵slaws2010-06-302-3/+125
| | | | | | thing now but some of the code is in the wrong place so some refactoring still to do git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@959254 13f79535-47bb-0310-9956-ffa450edef68
* Small improvement to message reported to include exception text when ↵slaws2010-06-222-2/+2
| | | | | | interface is not valid git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956867 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2018 - add a check that uri doesn't appear on a service callback ↵slaws2010-06-212-1/+9
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956599 13f79535-47bb-0310-9956-ffa450edef68
* BWS20006 - if a component reference binding.ws names a WSDL service with ↵slaws2010-06-212-6/+33
| | | | | | more than one port then pick the first port. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956539 13f79535-47bb-0310-9956-ffa450edef68
* Change the previous warning thrown when a service can't be found into an errorslaws2010-06-212-4/+4
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956516 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2003 - add a check that wsdl.service doesn't appear on a service ↵slaws2010-06-212-0/+7
| | | | | | binding.ws element git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956511 13f79535-47bb-0310-9956-ffa450edef68
* BWS_2001 - add a check that the reference binding.ws has an absolute URIslaws2010-06-212-0/+17
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@956500 13f79535-47bb-0310-9956-ffa450edef68
* Add a flag to the binding builder to indicate that generated data should be ↵slaws2010-06-172-12/+4
| | | | | | regenerated. Also rename the methods for getting/setting the generated data to make it more obvious that that's what it's doing. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@955601 13f79535-47bb-0310-9956-ffa450edef68
* Update wsdli:location validation to fix conformance test BWS_2015antelder2010-06-123-1/+7
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@953965 13f79535-47bb-0310-9956-ffa450edef68
* Updating Copyright Year in NOTICE fileslresende2010-05-121-1/+1
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@943700 13f79535-47bb-0310-9956-ffa450edef68
* Extend a couple of commentsslaws2010-04-201-2/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@936020 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3529 turn on policy resolution from ws bindingslaws2010-04-081-0/+2
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@931902 13f79535-47bb-0310-9956-ffa450edef68
* Mainly note to self. Start to clarify WS binding methods. slaws2010-03-251-0/+8
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@927518 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add URI specific processing for binding uris and a couple of ↵slaws2010-03-101-1/+1
| | | | | | others I missed git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@921293 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-242 add URI processing wherever we read an anyURI attributeslaws2010-03-091-2/+3
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@920885 13f79535-47bb-0310-9956-ffa450edef68
* TUSCANY-3388 - Updating to the latests OASIS schemalresende2009-12-116-6/+6
| | | | git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@889531 13f79535-47bb-0310-9956-ffa450edef68
* Tidy up the binding interface to include the wire format and operation ↵slaws2009-12-021-0/+23
| | | | | | selector operations. They are in the OASIS specs now so it doesn't seem sensible to maintain the separate (experimental) interface that previously housed them. We want to encourage binding writers to provide wire formats and operation selectors as appropriate git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@886122 13f79535-47bb-0310-9956-ffa450edef68
* Moving 2.x trunklresende2009-11-2029-0/+2621
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882795 13f79535-47bb-0310-9956-ffa450edef68