TEST RESULTS PAGE

Implementation: webMethods

WSDL URL: http://ewsdemo.webmethods.com/InteropTest/endpoints/Round2GroupB.wsdl

Service: Round2InteropGroupBSvc

Port: Round2InteropGroupBPort

Time: Mon, 23 Dec 2002 05:10:29 GMT

echoSimpleTypesAsStruct()

[Request Message]

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoSimpleTypesAsStruct SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputString>White Mesa Test</inputString><inputInteger>42</inputInteger><inputFloat>0.0999</inputFloat></m:echoSimpleTypesAsStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>

[Response Message]

<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:xsd-cr="http://www.w3.org/2000/10/XMLSchema"
 xmlns:xsd-lc="http://www.w3.org/1999/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:webM="http://www.webMethods.com/noNamespace/">
  <SOAP-ENV:Body>
      <ser-root:echoSimpleTypesAsStructResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'>
        <return xsi:type="p1:SOAPStruct" xmlns:p1="http://soapinterop.org/xsd">
          <varString xsi:type="xsd:string">White Mesa Test</varString>
          <varInt xsi:type="xsd:int">42</varInt>
          <varFloat xsi:type="xsd:float">0.0999</varFloat>
        </return>
      </ser-root:echoSimpleTypesAsStructResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

echoStructAsSimpleTypes()

[Request Message]

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStructAsSimpleTypes SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></inputStruct></m:echoStructAsSimpleTypes></SOAP-ENV:Body></SOAP-ENV:Envelope>

[Response Message]

<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:xsd-cr="http://www.w3.org/2000/10/XMLSchema"
 xmlns:xsd-lc="http://www.w3.org/1999/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:webM="http://www.webMethods.com/noNamespace/">
  <SOAP-ENV:Body>
      <ser-root:echoStructAsSimpleTypesResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'>
        <outputString xsi:type="xsd:string">White Mesa Test</outputString>
        <outputInteger xsi:type="xsd:int">42</outputInteger>
        <outputFloat xsi:type="xsd:float">0.0999</outputFloat>
      </ser-root:echoStructAsSimpleTypesResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

echo2DStringArray()

[Request Message]

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echo2DStringArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><input2DStringArray SOAP-ENC:arrayType="nsa:string[2,3]" SOAP-ENC:offset="[0,0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>Row 0, Col 0</item><item>Row 0, Col 1</item><item>Row 0, Col 2</item><item>Row 1, Col 0</item><item>Row 1, Col 1</item><item>Row 1, Col 2</item></input2DStringArray></m:echo2DStringArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

[Response Message]

<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:xsd-cr="http://www.w3.org/2000/10/XMLSchema"
 xmlns:xsd-lc="http://www.w3.org/1999/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:webM="http://www.webMethods.com/noNamespace/">
  <SOAP-ENV:Body>
      <ser-root:echo2DStringArrayResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'>
        <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[2,3]">
          <item xsi:type="xsd:string">Row 0, Col 0</item>
          <item xsi:type="xsd:string">Row 0, Col 1</item>
          <item xsi:type="xsd:string">Row 0, Col 2</item>
          <item xsi:type="xsd:string">Row 1, Col 0</item>
          <item xsi:type="xsd:string">Row 1, Col 1</item>
          <item xsi:type="xsd:string">Row 1, Col 2</item>
        </return>
      </ser-root:echo2DStringArrayResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

echoNestedStruct()

[Request Message]

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoNestedStruct SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString><varStruct><varInt>1956</varInt><varFloat>1000.001</varFloat><varString>This is the nested struct!</varString></varStruct></inputStruct></m:echoNestedStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>

[Response Message]

<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:xsd-cr="http://www.w3.org/2000/10/XMLSchema"
 xmlns:xsd-lc="http://www.w3.org/1999/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:webM="http://www.webMethods.com/noNamespace/">
  <SOAP-ENV:Body>
      <ser-root:echoNestedStructResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'>
        <return xsi:type="p1:SOAPStructStruct" xmlns:p1="http://soapinterop.org/xsd">
          <varInt xsi:type="xsd:int">42</varInt>
          <varFloat xsi:type="xsd:float">0.0999</varFloat>
          <varString xsi:type="xsd:string">White Mesa Test</varString>
          <varStruct xsi:type="p1:SOAPStruct">
            <varInt xsi:type="xsd:int">1956</varInt>
            <varFloat xsi:type="xsd:float">1000.001</varFloat>
            <varString xsi:type="xsd:string">This is the nested struct!</varString>
          </varStruct>
        </return>
      </ser-root:echoNestedStructResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

echoNestedArray()

[Request Message]

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoNestedArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStruct><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString><varArray SOAP-ENC:arrayType="nsa:string[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>Jemez</item><item>Zuni</item><item>Acoma</item></varArray></inputStruct></m:echoNestedArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

[Response Message]

<SOAP-ENV:Envelope
 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
 xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:xsd="http://www.w3.org/2001/XMLSchema"
 xmlns:xsd-cr="http://www.w3.org/2000/10/XMLSchema"
 xmlns:xsd-lc="http://www.w3.org/1999/XMLSchema"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
 xmlns:webM="http://www.webMethods.com/noNamespace/">
  <SOAP-ENV:Body>
      <ser-root:echoNestedArrayResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'>
        <return xsi:type="p1:SOAPArrayStruct" xmlns:p1="http://soapinterop.org/xsd">
          <varInt xsi:type="xsd:int">42</varInt>
          <varFloat xsi:type="xsd:float">0.0999</varFloat>
          <varString xsi:type="xsd:string">White Mesa Test</varString>
          <varArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]">
            <item xsi:type="xsd:string">Jemez</item>
            <item xsi:type="xsd:string">Zuni</item>
            <item xsi:type="xsd:string">Acoma</item>
          </varArray>
        </return>
      </ser-root:echoNestedArrayResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>