Implementation: webMethods
WSDL URL: http://ewsdemo.webmethods.com/InteropTest/endpoints/Round2Base.wsdl
Service: InteropLab
Port: InteropTestPort
Time: Mon, 23 Dec 2002 04:53:29 GMT
[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:echoString SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputString>White Mesa Test</inputString></m:echoString></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:echoStringResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:string">White Mesa Test</return> </ser-root:echoStringResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoStringArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStringArray 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>red</item><item>green</item><item>blue</item></inputStringArray></m:echoStringArray></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:echoStringArrayResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]"> <item xsi:type="xsd:string">red</item> <item xsi:type="xsd:string">green</item> <item xsi:type="xsd:string">blue</item> </return> </ser-root:echoStringArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoInteger SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputInteger>42</inputInteger></m:echoInteger></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:echoIntegerResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:int">42</return> </ser-root:echoIntegerResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoIntegerArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputIntegerArray SOAP-ENC:arrayType="nsa:int[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>1956</item><item>-77</item><item>0</item></inputIntegerArray></m:echoIntegerArray></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:echoIntegerArrayResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[3]"> <item xsi:type="xsd:int">1956</item> <item xsi:type="xsd:int">-77</item> <item xsi:type="xsd:int">0</item> </return> </ser-root:echoIntegerArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoFloat SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputFloat>41.99</inputFloat></m:echoFloat></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:echoFloatResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:float">41.99</return> </ser-root:echoFloatResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoFloatArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputFloatArray SOAP-ENC:arrayType="nsa:float[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>0.0999</item><item>-101.999</item><item>0</item></inputFloatArray></m:echoFloatArray></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:echoFloatArrayResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:float[3]"> <item xsi:type="xsd:float">0.0999</item> <item xsi:type="xsd:float">-101.999</item> <item xsi:type="xsd:float">0.0</item> </return> </ser-root:echoFloatArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoStruct 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:echoStruct></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:echoStructResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="p1:SOAPStruct" 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> </return> </ser-root:echoStructResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoStructArray SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputStructArray SOAP-ENC:arrayType="nsa:SOAPStruct[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://soapinterop.org/xsd"><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item><item><varInt>42</varInt><varFloat>0.0999</varFloat><varString>White Mesa Test</varString></item></inputStructArray></m:echoStructArray></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:echoStructArrayResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="p1:SOAPStruct[3]" xmlns:p1="http://soapinterop.org/xsd"> <item xsi:type="p1:SOAPStruct"> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> <varString xsi:type="xsd:string">White Mesa Test</varString> </item> <item xsi:type="p1:SOAPStruct"> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> <varString xsi:type="xsd:string">White Mesa Test</varString> </item> <item xsi:type="p1:SOAPStruct"> <varInt xsi:type="xsd:int">42</varInt> <varFloat xsi:type="xsd:float">0.0999</varFloat> <varString xsi:type="xsd:string">White Mesa Test</varString> </item> </return> </ser-root:echoStructArrayResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoBase64 SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputBase64>VjJocGRHVWdUV1Z6WVNCVVpYTjA=</inputBase64></m:echoBase64></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:echoBase64Response xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:base64Binary">VjJocGRHVWdUV1Z6WVNCVVpYTjA=</return> </ser-root:echoBase64Response> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoHexBinary SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputHexBinary>353736383639373436353230344436353733363132303534363537333734</inputHexBinary></m:echoHexBinary></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:echoHexBinaryResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:hexBinary">353736383639373436353230344436353733363132303534363537333734</return> </ser-root:echoHexBinaryResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoVoid SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/" /></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:echoVoidResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> </ser-root:echoVoidResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoDate SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputDate>2002-12-22T21:53:33Z</inputDate></m:echoDate></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:echoDateResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:dateTime">2002-12-22T21:53:33Z</return> </ser-root:echoDateResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoDecimal SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputDecimal>0.123456789123456789</inputDecimal></m:echoDecimal></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:echoDecimalResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:decimal">0.123456789123456789</return> </ser-root:echoDecimalResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>
[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:echoBoolean SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><inputBoolean>1</inputBoolean></m:echoBoolean></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:echoBooleanResponse xmlns:ser-root="http://soapinterop.org/" SOAP-ENC:root='1'> <return xsi:type="xsd:boolean">1</return> </ser-root:echoBooleanResponse> </SOAP-ENV:Body> </SOAP-ENV:Envelope>