Implementation: EasySoap++
WSDL URL: file://c:\t\delta\easysoap.wsdl
Service: interopLab
Port: interopTestPort
Time: Mon, 23 Dec 2002 04:49:21 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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoStringResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:string">White Mesa Test</return> </m:echoStringResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoStringArrayResponse xmlns:m="http://soapinterop.org/"> <return s:type="A:Array" A:arrayType="y:string[3]"> <item>red</item> <item>green</item> <item>blue</item> </return> </m:echoStringArrayResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoIntegerResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:int">42</return> </m:echoIntegerResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoIntegerArrayResponse xmlns:m="http://soapinterop.org/"> <return s:type="A:Array" A:arrayType="y:int[3]"> <item>1956</item> <item>-77</item> <item>0</item> </return> </m:echoIntegerArrayResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoFloatResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:float">41.9900017</return> </m:echoFloatResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/"> <return s:type="A:Array" A:arrayType="y:float[3]"> <item>0.0998999998</item> <item>-101.999001</item> <item>0</item> </return> </m:echoFloatArrayResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoStructResponse xmlns:m="http://soapinterop.org/"> <return s:type="ns1:SOAPStruct" xmlns:ns1="http://soapinterop.org/xsd"> <varString s:type="y:string">White Mesa Test</varString> <varInt s:type="y:int">42</varInt> <varFloat s:type="y:float">0.0998999998</varFloat> </return> </m:echoStructResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoStructArrayResponse xmlns:m="http://soapinterop.org/"> <return s:type="A:Array" A:arrayType="ns1:SOAPStruct[3]" xmlns:ns1="http://soapinterop.org/xsd"> <item> <varString s:type="y:string">White Mesa Test</varString> <varInt s:type="y:int">42</varInt> <varFloat s:type="y:float">0.0998999998</varFloat> </item> <item> <varString s:type="y:string">White Mesa Test</varString> <varInt s:type="y:int">42</varInt> <varFloat s:type="y:float">0.0998999998</varFloat> </item> <item> <varString s:type="y:string">White Mesa Test</varString> <varInt s:type="y:int">42</varInt> <varFloat s:type="y:float">0.0998999998</varFloat> </item> </return> </m:echoStructArrayResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoBase64Response xmlns:m="http://soapinterop.org/"> <return s:type="y:base64Binary">VjJocGRHVWdUV1Z6WVNCVVpYTjA=</return> </m:echoBase64Response> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoHexBinaryResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:hexBinary">353736383639373436353230344436353733363132303534363537333734</return> </m:echoHexBinaryResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoVoidResponse xmlns:m="http://soapinterop.org/"/> </E:Body> </E: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:49:25Z</inputDate></m:echoDate></SOAP-ENV:Body></SOAP-ENV:Envelope>
[Response Message]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoDateResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:dateTime">2002-12-22T21:49:25Z</return> </m:echoDateResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoDecimalResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:decimal">0.123456789123456789</return> </m:echoDecimalResponse> </E:Body> </E: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]
<E:Envelope xmlns:E="http://schemas.xmlsoap.org/soap/envelope/" xmlns:A="http://schemas.xmlsoap.org/soap/encoding/" xmlns:s="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.w3.org/2001/XMLSchema" E:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> <E:Body> <m:echoBooleanResponse xmlns:m="http://soapinterop.org/"> <return s:type="y:boolean">true</return> </m:echoBooleanResponse> </E:Body> </E:Envelope>