Spheon™ JSOAP - InterOp: 4s4c

back

Service URL: http://soap.4s4c.com/ilab/soap.asp
Date: 2002-06-18 11:21:37.601



String (simple String)


Status: OK
Start: 2002-06-18 11:21:32.414
Time: 300 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStringResponse xmlns:m="http://soapinterop.org/"><outputString xsi:type="xsd:string">simple</outputString></m:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




String (special Characters)


Status: OK
Start: 2002-06-18 11:21:32.714
Time: 330 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStringResponse xmlns:m="http://soapinterop.org/"><outputString xsi:type="xsd:string">äöü&%&ß</outputString></m:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




StringArray


Status: OK
Start: 2002-06-18 11:21:33.044
Time: 381 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStringArrayResponse xmlns:m="http://soapinterop.org/"><outputStringArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[4]"><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></outputStringArray></m:echoStringArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Integer


Status: OK
Start: 2002-06-18 11:21:33.425
Time: 290 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoIntegerResponse xmlns:m="http://soapinterop.org/"><outputInteger xsi:type="xsd:int">123</outputInteger></m:echoIntegerResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




IntegerArray


Status: OK
Start: 2002-06-18 11:21:33.725
Time: 321 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoIntegerArrayResponse xmlns:m="http://soapinterop.org/"><outputIntegerArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[8]"><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></outputIntegerArray></m:echoIntegerArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Float


Status: OK
Start: 2002-06-18 11:21:34.056
Time: 400 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoFloatResponse xmlns:m="http://soapinterop.org/"><outputFloat xsi:type="xsd:float">123.987</outputFloat></m:echoFloatResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




FloatArray


Status: not echo
Start: 2002-06-18 11:21:34.456
Time: 341 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoFloatArrayResponse xmlns:m="http://soapinterop.org/"><outputFloatArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:float[8]"><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.05</item><item xsi:type="xsd:float">1974.723</item><item xsi:type="xsd:float">23.67</item><item xsi:type="xsd:float">42.1</item></outputFloatArray></m:echoFloatArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




echoStruct


Status: OK
Start: 2002-06-18 11:21:34.797
Time: 320 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStructResponse xmlns:m="http://soapinterop.org/"><outputStruct xsi:type="ns1:SOAPStruct" xmlns:ns1="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></outputStruct></m:echoStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




StructArray


Status: OK
Start: 2002-06-18 11:21:35.117
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: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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStructArrayResponse xmlns:m="http://soapinterop.org/"><outputStructArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="ns1:SOAPStruct[3]" xmlns:ns1="http://soapinterop.org/xsd"><SOAPStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat></SOAPStruct><SOAPStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">abc</varString><varInt xsi:type="xsd:int">23</varInt><varFloat xsi:type="xsd:float">9.232</varFloat></SOAPStruct><SOAPStruct xsi:type="ns1:SOAPStruct"><varString xsi:type="xsd:string">xyz</varString><varInt xsi:type="xsd:int">135</varInt><varFloat xsi:type="xsd:float">7.43</varFloat></SOAPStruct></outputStructArray></m:echoStructArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Void


Status: OK
Start: 2002-06-18 11:21:35.488
Time: 290 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoVoidResponse xmlns:m="http://soapinterop.org/"></m:echoVoidResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Base64


Status: OK
Start: 2002-06-18 11:21:35.778
Time: 301 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoBase64Response xmlns:m="http://soapinterop.org/"><outputBase64 xsi:type="SOAP-ENC:base64">VGhpcyBpcyBhIHRlc3Q=</outputBase64></m:echoBase64Response></SOAP-ENV:Body></SOAP-ENV:Envelope>




HexBinary


Status: OK
Start: 2002-06-18 11:21:36.079
Time: 300 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoHexBinaryResponse xmlns:m="http://soapinterop.org/"><return xsi:type="SOAP-ENC:base64">5468697320697320612074657374</return></m:echoHexBinaryResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Date


Status: OK
Start: 2002-06-18 11:21:36.379
Time: 301 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:36Z</inputDate></ns1:echoDate></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response:

<?xml version="1.0"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoDateResponse xmlns:m="http://soapinterop.org/"><outputDate xsi:type='xsd:timeInstant'>2002-06-18T11:21:36Z</outputDate></m:echoDateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Decimal


Status: not echo
Start: 2002-06-18 11:21:36.690
Time: 310 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoDecimalResponse xmlns:m="http://soapinterop.org/"><return xsi:type="xsd:decimal">123.9876</return></m:echoDecimalResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Boolean


Status: OK
Start: 2002-06-18 11:21:37.010
Time: 291 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoBooleanResponse xmlns:m="http://soapinterop.org/"><return xsi:type="xsd:boolean">true</return></m:echoBooleanResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Map


Status: fault
Start: 2002-06-18 11:21:37.301
Time: 300 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"?>
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Unable to locate method 'echoMap'</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>




MapArray


Status: fault
Start: 2002-06-18 11:21:37.601
Time: 310 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"?>
<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:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Unable to locate method 'echoMapArray'</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>




StructAsSimpleTypes


Status: OK
Start: 2002-06-18 11:30:55.463
Time: 311 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoStructAsSimpleTypesResponse xmlns:m="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></m:echoStructAsSimpleTypesResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




SimpleTypesAsStruct


Status: OK
Start: 2002-06-18 11:30:55.774
Time: 300 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoSimpleTypesAsStructResponse xmlns:m="http://soapinterop.org/"><return xsi:type="ns1:SOAPStruct" xmlns:ns1="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></return></m:echoSimpleTypesAsStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




2DStringArray


Status: no/unkown type
Start: 2002-06-18 11:30:56.084
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: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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echo2DStringArrayResponse xmlns:m="http://soapinterop.org/"><return xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[12]"><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></m:echo2DStringArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>


StackTrace:

java.lang.IllegalArgumentException: Dimensions does not match
at de.bov.spheon.jsoap.util.OffsetArray.get(Unknown Source)
at de.bov.spheon.jsoap.SoapArray.get(Unknown Source)
at de.bov.spheon.jsoap.interop.Round2.echo2DStringArray(Round2.java:827)
at java.lang.reflect.Method.invoke(Native Method)
at de.bov.spheon.jsoap.interop.runInterop.runGroupB(runInterop.java:199)
at de.bov.spheon.jsoap.interop.runInterop.<init>(runInterop.java:40)
at de.bov.spheon.jsoap.interop.runInterop.main(runInterop.java:528)




NestedStruct


Status: OK
Start: 2002-06-18 11:30:56.445
Time: 350 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoNestedStructResponse xmlns:m="http://soapinterop.org/"><return xsi:type="ns1:SOAPStructStruct" xmlns:ns1="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="ns1:SOAPStruct"><varString xsi:type="xsd:string">nested</varString><varInt xsi:type="xsd:int">21</varInt><varFloat xsi:type="xsd:float">6.24</varFloat></varStruct></return></m:echoNestedStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




NestedArray


Status: OK
Start: 2002-06-18 11:30:56.795
Time: 341 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"?>
<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/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:echoNestedArrayResponse xmlns:m="http://soapinterop.org/"><return xsi:type="ns1:SOAPArrayStruct" xmlns:ns1="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 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></return></m:echoNestedArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>