Spheon™ JSOAP - InterOp: Apache Axis

back

Service URL: http://nagoya.apache.org:5049/axis/services/echo
Date: 2002-06-18 11:21:44.251



String (simple String)


Status: OK
Start: 2002-06-18 11:21:37.911
Time: 371 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoString xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputString xsi:type="xsd:string">simple</inputString></ns1:echoString></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:string">simple</return>
</ns1:echoStringResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




String (special Characters)


Status: OK
Start: 2002-06-18 11:21:38.282
Time: 361 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoString xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputString xsi:type="xsd:string">äöü&%&ß</inputString></ns1:echoString></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:string">äöü&%&ß</return>
</ns1:echoStringResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




StringArray


Status: OK
Start: 2002-06-18 11:21:38.653
Time: 380 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoStringArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputStringArray xsi:type="ns2:Array" ns2:arrayType="xsd:string[4]" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="xsd:string">abc</item><item xsi:type="xsd:string">JSOAP</item><item xsi:type="xsd:string">test</item><item xsi:type="xsd:string">bla</item></inputStringArray></ns1:echoStringArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoStringArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[4]" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item>abc</item>
<item>JSOAP</item>
<item>test</item>
<item>bla</item>
</return>
</ns1:echoStringArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Integer


Status: OK
Start: 2002-06-18 11:21:39.033
Time: 361 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoInteger xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputInteger xsi:type="xsd:int">123</inputInteger></ns1:echoInteger></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoIntegerResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:int">123</return>
</ns1:echoIntegerResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




IntegerArray


Status: OK
Start: 2002-06-18 11:21:39.404
Time: 370 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoIntegerArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputIntegerArray xsi:type="ns2:Array" ns2:arrayType="xsd:int[8]" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="xsd:int">1</item><item xsi:type="xsd:int">9876</item><item xsi:type="xsd:int">3423</item><item xsi:type="xsd:int">231</item><item xsi:type="xsd:int">54523</item><item xsi:type="xsd:int">1974</item><item xsi:type="xsd:int">23</item><item xsi:type="xsd:int">42</item></inputIntegerArray></ns1:echoIntegerArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoIntegerArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[8]" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item>1</item>
<item>9876</item>
<item>3423</item>
<item>231</item>
<item>54523</item>
<item>1974</item>
<item>23</item>
<item>42</item>
</return>
</ns1:echoIntegerArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Float


Status: OK
Start: 2002-06-18 11:21:39.774
Time: 361 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoFloat xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputFloat xsi:type="xsd:float">123.987</inputFloat></ns1:echoFloat></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoFloatResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:float">123.987</return>
</ns1:echoFloatResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




FloatArray


Status: OK
Start: 2002-06-18 11:21:40.145
Time: 380 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoFloatArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputFloatArray xsi:type="ns2:Array" ns2:arrayType="xsd:float[8]" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="xsd:float">1.2</item><item xsi:type="xsd:float">9876.23</item><item xsi:type="xsd:float">3423.25</item><item xsi:type="xsd:float">231.123</item><item xsi:type="xsd:float">54523.055</item><item xsi:type="xsd:float">1974.7228</item><item xsi:type="xsd:float">23.67</item><item xsi:type="xsd:float">42.1</item></inputFloatArray></ns1:echoFloatArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoFloatArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:float[8]" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item>1.2</item>
<item>9876.23</item>
<item>3423.25</item>
<item>231.123</item>
<item>54523.055</item>
<item>1974.7228</item>
<item>23.67</item>
<item>42.1</item>
</return>
</ns1:echoFloatArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




echoStruct


Status: OK
Start: 2002-06-18 11:21:40.545
Time: 421 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoStruct xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputStruct xsi:type="ns2:SOAPStruct" xmlns:ns2="http://soapinterop.org/xsd"><varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat></inputStruct></ns1:echoStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return href="#id0"/>
</ns1:echoStructResponse>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:SOAPStruct" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/xsd">
<varString xsi:type="xsd:string">Hello</varString>
<varInt xsi:type="xsd:int">42</varInt>
<varFloat xsi:type="xsd:float">3.12</varFloat>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




StructArray


Status: OK
Start: 2002-06-18 11:21:40.976
Time: 441 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoStructArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputStructArray xsi:type="ns2:Array" ns2:arrayType="ns3:SOAPStruct[3]" xmlns:ns3="http://soapinterop.org/xsd" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="ns3:SOAPStruct"><varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat></item><item xsi:type="ns3:SOAPStruct"><varString xsi:type="xsd:string">abc</varString><varInt xsi:type="xsd:int">23</varInt><varFloat xsi:type="xsd:float">9.232</varFloat></item><item xsi:type="ns3:SOAPStruct"><varString xsi:type="xsd:string">xyz</varString><varInt xsi:type="xsd:int">135</varInt><varFloat xsi:type="xsd:float">7.43</varFloat></item></inputStructArray></ns1:echoStructArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoStructArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns2:SOAPStruct[3]" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item href="#id0"/>
<item href="#id1"/>
<item href="#id2"/>
</return>
</ns1:echoStructArrayResponse>
<multiRef id="id1" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:SOAPStruct" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns3="http://soapinterop.org/xsd">
<varString xsi:type="xsd:string">abc</varString>
<varInt xsi:type="xsd:int">23</varInt>
<varFloat xsi:type="xsd:float">9.232</varFloat>
</multiRef>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:SOAPStruct" xmlns:ns4="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<varString xsi:type="xsd:string">Hello</varString>
<varInt xsi:type="xsd:int">42</varInt>
<varFloat xsi:type="xsd:float">3.12</varFloat>
</multiRef>
<multiRef id="id2" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:SOAPStruct" xmlns:ns5="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<varString xsi:type="xsd:string">xyz</varString>
<varInt xsi:type="xsd:int">135</varInt>
<varFloat xsi:type="xsd:float">7.43</varFloat>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Void


Status: OK
Start: 2002-06-18 11:21:41.417
Time: 520 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoVoid xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoVoidResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/"/>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Base64


Status: OK
Start: 2002-06-18 11:21:41.937
Time: 361 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoBase64 xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputBase64 xsi:type="xsd:base64Binary">VGhpcyBpcyBhIHRlc3Q=</inputBase64></ns1:echoBase64></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoBase64Response SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:base64Binary">VGhpcyBpcyBhIHRlc3Q=</return>
</ns1:echoBase64Response>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




HexBinary


Status: OK
Start: 2002-06-18 11:21:42.308
Time: 390 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoHexBinary xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputHexBinary xsi:type="xsd:hexBinary">5468697320697320612074657374</inputHexBinary></ns1:echoHexBinary></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoHexBinaryResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:hexBinary">5468697320697320612074657374</return>
</ns1:echoHexBinaryResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Date


Status: OK
Start: 2002-06-18 11:21:42.698
Time: 371 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoDate xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputDate xsi:type="xsd:dateTime">2002-06-18T11:21:42Z</inputDate></ns1:echoDate></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoDateResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:dateTime">2002-06-18T11:21:42.000Z</return>
</ns1:echoDateResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Decimal


Status: OK
Start: 2002-06-18 11:21:43.069
Time: 370 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoDecimal xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputDecimal xsi:type="xsd:decimal">123.9876453217686815833076252602040767669677734375</inputDecimal></ns1:echoDecimal></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoDecimalResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:decimal">123.9876453217686815833076252602040767669677734375</return>
</ns1:echoDecimalResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Boolean


Status: OK
Start: 2002-06-18 11:21:43.439
Time: 361 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoBoolean xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputBoolean xsi:type="xsd:boolean">true</inputBoolean></ns1:echoBoolean></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoBooleanResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="xsd:boolean">true</return>
</ns1:echoBooleanResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




Map


Status: OK
Start: 2002-06-18 11:21:43.800
Time: 451 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoMap xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputMap xsi:type="ns2:Map" xmlns:ns2="http://xml.apache.org/xml-soap"><item><key xsi:type="xsd:string">abc</key><value xsi:type="xsd:float">4.32</value></item><item><key xsi:type="xsd:int">123</key><value xsi:type="xsd:boolean">true</value></item></inputMap></ns1:echoMap></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoMapResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return href="#id0"/>
</ns1:echoMapResponse>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:Map" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://xml.apache.org/xml-soap">
<item>
<key xsi:type="xsd:string">abc</key>
<value xsi:type="xsd:float">4.32</value>
</item>
<item>
<key xsi:type="xsd:int">123</key>
<value xsi:type="xsd:boolean">true</value>
</item>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




MapArray


Status: OK
Start: 2002-06-18 11:21:44.261
Time: 410 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoMapArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputMapArray xsi:type="ns2:Array" ns2:arrayType="ns3:Map[3]" xmlns:ns3="http://xml.apache.org/xml-soap" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="ns3:Map"><item><key xsi:type="xsd:int">1231</key><value xsi:type="xsd:boolean">true</value></item><item><key xsi:type="xsd:string">abc1</key><value xsi:type="xsd:float">4.321</value></item></item><item xsi:type="ns3:Map"><item><key xsi:type="xsd:string">abc2</key><value xsi:type="xsd:float">4.322</value></item><item><key xsi:type="xsd:int">1232</key><value xsi:type="xsd:boolean">true</value></item></item><item xsi:type="ns3:Map"><item><key xsi:type="xsd:string">abc3</key><value xsi:type="xsd:float">4.323</value></item><item><key xsi:type="xsd:int">1233</key><value xsi:type="xsd:boolean">true</value></item></item></inputMapArray></ns1:echoMapArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoMapArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<echoMapArrayReturn xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns2:Map[3]" xmlns:ns2="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item href="#id0"/>
<item href="#id1"/>
<item href="#id2"/>
</echoMapArrayReturn>
</ns1:echoMapArrayResponse>
<multiRef id="id1" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:Map" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns3="http://xml.apache.org/xml-soap">
<item>
<key xsi:type="xsd:string">abc2</key>
<value xsi:type="xsd:float">4.322</value>
</item>
<item>
<key xsi:type="xsd:int">1232</key>
<value xsi:type="xsd:boolean">true</value>
</item>
</multiRef>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns4:Map" xmlns:ns4="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item>
<key xsi:type="xsd:int">1231</key>
<value xsi:type="xsd:boolean">true</value>
</item>
<item>
<key xsi:type="xsd:string">abc1</key>
<value xsi:type="xsd:float">4.321</value>
</item>
</multiRef>
<multiRef id="id2" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns5:Map" xmlns:ns5="http://xml.apache.org/xml-soap" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item>
<key xsi:type="xsd:string">abc3</key>
<value xsi:type="xsd:float">4.323</value>
</item>
<item>
<key xsi:type="xsd:int">1233</key>
<value xsi:type="xsd:boolean">true</value>
</item>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




StructAsSimpleTypes


Status: OK
Start: 2002-06-18 11:30:57.136
Time: 380 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoStructAsSimpleTypes xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputStruct xsi:type="ns2:SOAPStruct" xmlns:ns2="http://soapinterop.org/xsd"><varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat></inputStruct></ns1:echoStructAsSimpleTypes></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoStructAsSimpleTypesResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<outputString xsi:type="xsd:string">Hello</outputString>
<outputInteger xsi:type="xsd:int">42</outputInteger>
<outputFloat xsi:type="xsd:float">3.12</outputFloat>
</ns1:echoStructAsSimpleTypesResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




SimpleTypesAsStruct


Status: OK
Start: 2002-06-18 11:30:57.516
Time: 411 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoSimpleTypesAsStruct xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputString xsi:type="xsd:string">myString</inputString><inputInteger xsi:type="xsd:int">42</inputInteger><inputFloat xsi:type="xsd:float">3.14</inputFloat></ns1:echoSimpleTypesAsStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoSimpleTypesAsStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return href="#id0"/>
</ns1:echoSimpleTypesAsStructResponse>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:SOAPStruct" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/xsd">
<varString xsi:type="xsd:string">myString</varString>
<varInt xsi:type="xsd:int">42</varInt>
<varFloat xsi:type="xsd:float">3.14</varFloat>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




2DStringArray


Status: OK
Start: 2002-06-18 11:30:57.927
Time: 390 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echo2DStringArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><input2DStringArray xsi:type="ns2:Array" ns2:arrayType="xsd:string[3,4]" xmlns:ns2="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="xsd:string">str1</item><item xsi:type="xsd:string">str2</item><item xsi:type="xsd:string">str3</item><item xsi:type="xsd:string">str4</item><item xsi:type="xsd:string">str5</item><item xsi:type="xsd:string">str6</item><item xsi:type="xsd:string">str7</item><item xsi:type="xsd:string">str8</item><item xsi:type="xsd:string">str9</item><item xsi:type="xsd:string">str10</item><item xsi:type="xsd:string">str11</item><item xsi:type="xsd:string">str12</item></input2DStringArray></ns1:echo2DStringArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echo2DStringArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3,4]" xmlns:ns2="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<item xsi:type="xsd:string">str1</item>
<item xsi:type="xsd:string">str2</item>
<item xsi:type="xsd:string">str3</item>
<item xsi:type="xsd:string">str4</item>
<item xsi:type="xsd:string">str5</item>
<item xsi:type="xsd:string">str6</item>
<item xsi:type="xsd:string">str7</item>
<item xsi:type="xsd:string">str8</item>
<item xsi:type="xsd:string">str9</item>
<item xsi:type="xsd:string">str10</item>
<item xsi:type="xsd:string">str11</item>
<item xsi:type="xsd:string">str12</item>
</return>
</ns1:echo2DStringArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




NestedStruct


Status: OK
Start: 2002-06-18 11:30:58.317
Time: 431 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoNestedStruct xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputStruct xsi:type="ns2:SOAPStructStruct" xmlns:ns2="http://soapinterop.org/xsd"><varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat><varStruct xsi:type="ns2:SOAPStruct"><varString xsi:type="xsd:string">nested</varString><varInt xsi:type="xsd:int">21</varInt><varFloat xsi:type="xsd:float">6.24</varFloat></varStruct></inputStruct></ns1:echoNestedStruct></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoNestedStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return href="#id0"/>
</ns1:echoNestedStructResponse>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:SOAPStructStruct" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/xsd">
<varString xsi:type="xsd:string">Hello</varString>
<varInt xsi:type="xsd:int">42</varInt>
<varFloat xsi:type="xsd:float">3.12</varFloat>
<varStruct href="#id1"/>
</multiRef>
<multiRef id="id1" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns3:SOAPStruct" xmlns:ns3="http://soapinterop.org/xsd" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<varString xsi:type="xsd:string">nested</varString>
<varInt xsi:type="xsd:int">21</varInt>
<varFloat xsi:type="xsd:float">6.24</varFloat>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>




NestedArray


Status: OK
Start: 2002-06-18 11:30:58.758
Time: 380 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema"><SOAP-ENV:Body><ns1:echoNestedArray xmlns:ns1="http://soapinterop.org/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><inputStruct xsi:type="ns2:SOAPArrayStruct" xmlns:ns2="http://soapinterop.org/xsd"><varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat><varArray ns3:arrayType="xsd:string[4]" xsi:type="ns3:Array" xmlns:ns3="http://schemas.xmlsoap.org/soap/encoding/"><item xsi:type="xsd:string">abc</item><item xsi:type="xsd:string">testString</item><item xsi:type="xsd:string">mySample</item><item xsi:type="xsd:string">bla</item></varArray></inputStruct></ns1:echoNestedArray></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Body>
<ns1:echoNestedArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://soapinterop.org/">
<return href="#id0"/>
</ns1:echoNestedArrayResponse>
<multiRef id="id0" SOAP-ENC:root="0" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xsi:type="ns2:SOAPArrayStruct" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns2="http://soapinterop.org/xsd">
<varString xsi:type="xsd:string">Hello</varString>
<varInt xsi:type="xsd:int">42</varInt>
<varFloat xsi:type="xsd:float">3.12</varFloat>
<varArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[4]">
<item>abc</item>
<item>testString</item>
<item>mySample</item>
<item>bla</item>
</varArray>
</multiRef>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>