Spheon™ JSOAP - InterOp: CapeConnect

back

Service URL: http://interop.capeclear.com/ccx/soapbuilders-round2
Date: 2002-06-18 11:22:03.949



String (simple String)


Status: OK
Start: 2002-06-18 11:22:00.454
Time: 200 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoStringResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:string">simple</return></cc2:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




String (special Characters)


Status: OK
Start: 2002-06-18 11:22:00.664
Time: 150 ms

Request:

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




StringArray


Status: OK
Start: 2002-06-18 11:22:00.814
Time: 161 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoStringArrayResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return 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></return></cc2:echoStringArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Integer


Status: OK
Start: 2002-06-18 11:22:00.975
Time: 260 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoIntegerResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:int">123</return></cc2:echoIntegerResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




IntegerArray


Status: OK
Start: 2002-06-18 11:22:01.235
Time: 210 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoIntegerArrayResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return 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></return></cc2:echoIntegerArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Float


Status: OK
Start: 2002-06-18 11:22:01.445
Time: 261 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoFloatResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:float">123.987</return></cc2:echoFloatResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




FloatArray


Status: OK
Start: 2002-06-18 11:22:01.716
Time: 250 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoFloatArrayResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return 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.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></return></cc2:echoFloatArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




echoStruct


Status: OK
Start: 2002-06-18 11:22:01.976
Time: 230 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoStructResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="cc1:SOAPStruct">
<varString xsi:type="xsd:string">Hello</varString><varInt xsi:type="xsd:int">42</varInt><varFloat xsi:type="xsd:float">3.12</varFloat></return></cc2:echoStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




StructArray


Status: OK
Start: 2002-06-18 11:22:02.547
Time: 140 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoStructArrayResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="cc1:ArrayOfSOAPStruct" SOAP-ENC:arrayType="cc1:SOAPStruct[3]"><item xsi:type="cc1: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="cc1: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="cc1:SOAPStruct">
<varString xsi:type="xsd:string">xyz</varString><varInt xsi:type="xsd:int">135</varInt><varFloat xsi:type="xsd:float">7.43</varFloat></item></return></cc2:echoStructArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Void


Status: OK
Start: 2002-06-18 11:22:02.687
Time: 150 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoVoidResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
</cc2:echoVoidResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Base64


Status: OK
Start: 2002-06-18 11:22:02.837
Time: 191 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoBase64Response xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:base64Binary">VGhpcyBpcyBhIHRlc3Q=</return></cc2:echoBase64Response></SOAP-ENV:Body></SOAP-ENV:Envelope>




HexBinary


Status: OK
Start: 2002-06-18 11:22:03.028
Time: 190 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoHexBinaryResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:hexBinary">5468697320697320612074657374</return></cc2:echoHexBinaryResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Date


Status: OK
Start: 2002-06-18 11:22:03.218
Time: 220 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:22:03Z</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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoDateResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:dateTime">2002-06-18T11:22:03Z</return></cc2:echoDateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Decimal


Status: OK
Start: 2002-06-18 11:22:03.448
Time: 150 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoDecimalResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:decimal">123.9876453217686815833076252602040767669677734375</return></cc2:echoDecimalResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Boolean


Status: OK
Start: 2002-06-18 11:22:03.598
Time: 171 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<cc2:echoBooleanResponse xmlns:cc2="http://soapinterop.org/" SOAP-ENC:root="1">
<return xsi:type="xsd:boolean">true</return></cc2:echoBooleanResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>




Map


Status: fault
Start: 2002-06-18 11:22:03.769
Time: 170 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client.NoApplicationEntry</faultcode><faultstring xsi:type="xsd:string">Cannot work out call uri to determine application name from SOAPAction=[http://soapinterop.org/] method name=[echoMap] namespace=[http://soapinterop.org/]</faultstring><faultactor xsi:type="xsd:string">capeconnect:dispatch:dispatcher</faultactor><detail>
<cc2:exception xmlns:cc2="http://www.capeclear.com/soapfaultdetail">
<type xsi:type="xsd:string">com.capeclear.capeconnect.api.exception.CCException</type><value>
<detailMessage xsi:type="xsd:string">Cannot work out call uri to determine application name from SOAPAction=[http://soapinterop.org/] method name=[echoMap] namespace=[http://soapinterop.org/]</detailMessage><nested xsi:nil="true"/><errorCode>
<errorNumber xsi:type="xsd:int">101</errorNumber><errorText xsi:type="xsd:string">ERROR_CONFIG_NO_APPLICATION_ENTRY</errorText></errorCode></value><stacktrace xsi:type="xsd:string">com.capeclear.capeconnect.api.exception.CCException: Cannot work out call uri to determine application name from SOAPAction=[http://soapinterop.org/] method name=[echoMap] namespace=[http://soapinterop.org/] at com.capeclear.capeconnect.wsmanager.WebServiceManager.newCCCallUriImpl(WebServiceManager.java:304) at com.capeclear.capeconnect.wsmanager.WebServiceManager.getApplicationNameForMethod(WebServiceManager.java:559) at com.capeclear.capeconnect.message.MessageUtils.getApplicationNameForMessage(MessageUtils.java:109) at com.capeclear.capeconnect.message.SecurityMessageHandler.decodeApplicationFromRequest(SecurityMessageHandler.java:329) at com.capeclear.capeconnect.message.SecurityMessageHandler.processRequest(SecurityMessageHandler.java:251) at com.capeclear.capeconnect.message.LicensingHandler.processRequest(LicensingHandler.java:167) at com.capeclear.capeconnect.message.GlobalXmlMessageInterceptorHook.processRequest(GlobalXmlMessageInterceptorHook.java:136) at com.capeclear.capeconnect.message.MessageTracer.processRequest(MessageTracer.java:97) at com.capeclear.capeconnect.servlet.CCServlet.doPost(CCServlet.java:532) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405) at org.apache.tomcat.core.Handler.service(Handler.java:287) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501) at java.lang.Thread.run(Thread.java:479) </stacktrace></cc2:exception></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>




MapArray


Status: fault
Start: 2002-06-18 11:22:03.949
Time: 150 ms

Request:

<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/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:xsd="http://www.w3.org/2001/XMLSchema" xmlns:cc1="http://soapinterop.org/xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Client.NoApplicationEntry</faultcode><faultstring xsi:type="xsd:string">Cannot work out call uri to determine application name from SOAPAction=[http://soapinterop.org/] method name=[echoMapArray] namespace=[http://soapinterop.org/]</faultstring><faultactor xsi:type="xsd:string">capeconnect:dispatch:dispatcher</faultactor><detail>
<cc2:exception xmlns:cc2="http://www.capeclear.com/soapfaultdetail">
<type xsi:type="xsd:string">com.capeclear.capeconnect.api.exception.CCException</type><value>
<detailMessage xsi:type="xsd:string">Cannot work out call uri to determine application name from SOAPAction=[http://soapinterop.org/] method name=[echoMapArray] namespace=[http://soapinterop.org/]</detailMessage><nested xsi:nil="true"/><errorCode>
<errorNumber xsi:type="xsd:int">101</errorNumber><errorText xsi:type="xsd:string">ERROR_CONFIG_NO_APPLICATION_ENTRY</errorText></errorCode></value><stacktrace xsi:type="xsd:string">com.capeclear.capeconnect.api.exception.CCException: Cannot work out call uri to determine application name from SOAPAction=[http://soapinterop.org/] method name=[echoMapArray] namespace=[http://soapinterop.org/] at com.capeclear.capeconnect.wsmanager.WebServiceManager.newCCCallUriImpl(WebServiceManager.java:304) at com.capeclear.capeconnect.wsmanager.WebServiceManager.getApplicationNameForMethod(WebServiceManager.java:559) at com.capeclear.capeconnect.message.MessageUtils.getApplicationNameForMessage(MessageUtils.java:109) at com.capeclear.capeconnect.message.SecurityMessageHandler.decodeApplicationFromRequest(SecurityMessageHandler.java:329) at com.capeclear.capeconnect.message.SecurityMessageHandler.processRequest(SecurityMessageHandler.java:251) at com.capeclear.capeconnect.message.LicensingHandler.processRequest(LicensingHandler.java:167) at com.capeclear.capeconnect.message.GlobalXmlMessageInterceptorHook.processRequest(GlobalXmlMessageInterceptorHook.java:136) at com.capeclear.capeconnect.message.MessageTracer.processRequest(MessageTracer.java:97) at com.capeclear.capeconnect.servlet.CCServlet.doPost(CCServlet.java:532) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:405) at org.apache.tomcat.core.Handler.service(Handler.java:287) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:806) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:752) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpConnectionHandler.java:213) at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501) at java.lang.Thread.run(Thread.java:479) </stacktrace></cc2:exception></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>