← Prev in month ← Prev in thread
Next in thread → Next in month →

[NEW ISSUE] Incorrect wsdlLocation attributes in BWS_2015 & BWS_2016

From
Mike Edwards <>
Date
2010-07-09T10:56:21+00:00
ID
Thread
[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:  

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
← Prev in month ← Prev in thread
Next in thread → Next in month →