[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Ben Stover" <bxstover@y...>
  • To: "xml-dev" <xml-dev@l...>
  • Date: Tue, 28 Oct 2008 20:52:29 +0100

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]


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member