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

 


Help: OASIS Mailing Lists Help | MarkMail Help

ws-dd message

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


Subject: Issue ip002 - WS-Discovery interop scenarios - wrong schema forCalculatorService WSDL


This issue is assigned the number ip002. For further discussions on this issue, please refer to this issue number or use this thread.

 

From: Vipul Modi
Sent: Monday, November 24, 2008 6:37 PM
To: Ram Jeyaraman
Subject: New Issue: WS-Discovery Interop scenario document has wrong schema for CalculatorService WSDL

 

Document: wsdd-discovery-1.1-interop_scenarios-wd-01.docx

 

Description:

Section 4.1 CalculatorService WSDL: The WSDL for the CalculatorService in the document has types from the HelloWorldService.

 

Proposal:

Lines 631 to 646 should be replaced with the following lines:

 

    <xs:element name="Add">

        <xs:complexType>

          <xs:sequence>

            <xs:element minOccurs="0" name="a" type="xs:int" />

            <xs:element minOccurs="0" name="b" type="xs:int" />

          </xs:sequence>

        </xs:complexType>

      </xs:element>

      <xs:element name="AddResponse">

        <xs:complexType>

          <xs:sequence>

            <xs:element minOccurs="0" name="AddResult" type="xs:int" />

          </xs:sequence>

        </xs:complexType>

      </xs:element>



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