← Prev in month
← Prev in thread
Next in thread →
Next in month →
Re: [sca-bindings] BINDINGS-133: Incorrect wsdlLocation attributesin BWS_2015 & BWS_2016
Logged as: http://www.osoa.org/jira/browse/BINDINGS-133 -Eric. On 07/09/2010 03:56 AM, Mike Edwards wrote: Description: The composite files for tstcases BWS_2015 & BWS_2016 both contain wsdlLocation attributes. These attributes are incorrect as they both omit the namespace uri and only contain the uri for the WSDL document which defines the location. <binding.ws wsdli:wsdlLocation="http://tools.oasis-open.org/version-control/svn/sca-bindings/TestCases_BWS/BWS_General/src/main/resources/Service1.wsdl" uri="&ws_addr_2015;"/> and... <binding.ws wsdlElement="http://test.sca.oasisopen.org/#wsdl.binding(Service1CompatibleBinding)" wsdli:wsdlLocation="http://example.org/Service1.wsdl" uri="&ws_addr_2016;"/> Proposal: Add the URI for the test WSDL namespace to each of the wsdlLocation attributes: <binding.ws wsdli:wsdlLocation="http://test.sca.oasisopen.org/ http://tools.oasis-open.org/version-control/svn/sca-bindings/TestCases_BWS/BWS_General/src/main/resources/Service1.wsdl" uri="&ws_addr_2015;"/> and... <binding.ws wsdlElement="http://test.sca.oasisopen.org/#wsdl.binding(Service1CompatibleBinding)" wsdli:wsdlLocation="http://test.sca.oasisopen.org/ http://example.org/Service1.wsdl" uri="&ws_addr_2016;"/>
← Prev in month
← Prev in thread
Next in thread →
Next in month →