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: [NEW ISSUE] Incorrect wsdlLocation attributes in BWS_2015 & BWS_2016



Target: Testcase artifacts for BWS TestCases CD01

Raiser:   Mike Edwards

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;"/>

Yours,  Mike.

Strategist - Emerging Technologies, SCA & SDO.
Co Chair OASIS SCA Assembly TC.
IBM Hursley Park, Mail Point 146, Winchester, SO21 2JN, Great Britain.
Phone & FAX: +44-1962-818014    Mobile: +44-7802-467431  
Email:  mike_edwards@uk.ibm.com





Unless stated otherwise above:
IBM United Kingdom Limited - Registered in England and Wales with number 741598.
Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU








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