OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-bindings message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: 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:
OFDA9E638D.41487A5F-ON8025775B.003B8602-8025775B.003C12AE@uk.ibm.com" type="cite">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;"/>



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]