XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
For what is "parameterOrder" in a WSDL?

Assume the following part of a WSDL definition:

  <message name="Ws_myRequest">
    <part element="tns:myRequest" name="myRequest"/>
  </message>
  <portType name="Ws">
    <operation name="myWs" parameterOrder="myRequest">
      <input message="tns:Ws_myRequest"/>
      <output message="tns:Ws_myResponse"/>
    </operation>
  </portType>


For what stands the parameter "parameterOrder" ?
as the message "Ws_myRequest" shows there is only 1 parameter.
So can I omit this "parameterOrder"?

What if I would have two elements like in:

  <message name="Ws_myRequest">
    <part element="tns:myRequest1" name="myRequest3"/>
    <part element="tns:myRequest2" name="myRequest4"/>
  </message>

How could the "parameterOrder"  look like in this case?

Ben





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


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS