|
Simon Fell
Wire Dumps : PocketSOAP -> White Mesa SOAP Server SoapBuilders Interop Group A.xml
Run at : 2002-01-06T19:02:47-08:00
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 285
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'>
<S:Body><a:NoSuchMethod></a:NoSuchMethod>
</S:Body></S:Envelope>
Response
HTTP/1.0 500 SOAP Error
Date: Mon, 07 Jan 2002 03:11:36 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 299
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Client</faultcode><faultstring>Unrecognized method call received.</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 485
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoString><inputString b:type='c:string'>Some ASCII string that needs echoing back please <g></inputString>
</a:echoString>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:37 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 388
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>Some ASCII string that needs echoing back please <g></return></m:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 508
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoString><inputString b:type='c:string'>Some ASCII string and some non ASCII characters ÐÐÐÐ and some more ASCII here</inputString>
</a:echoString>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:37 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 411
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>Some ASCII string and some non ASCII characters ÐÐÐÐ and some more ASCII here</return></m:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 609
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:b='http://www.w3.org/2001/XMLSchema'
xmlns:c='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoStringArray><inputStringArray E:arrayType='b:string[3]'><i c:type='b:string'>Some ASCII string that needs echoing back please <g></i>
<i c:type='b:string'>pocketSOAP</i>
<i c:type='b:string'>rocks</i>
</inputStringArray>
</a:echoStringArray>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:37 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 613
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStringArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return SOAP-ENC:arrayType="nsa:string[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>Some ASCII string that needs echoing back please <g></item><item>pocketSOAP</item><item>rocks</item></return></m:echoStringArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 595
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:d='http://soapinterop.org/'
xmlns:a='http://soapinterop.org/headers/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Header>
<a:Transsaction S:mustUnderstand='1' b:type='c:short'>5</a:Transsaction>
</S:Header>
<S:Body><d:echoString><inputString b:type='c:string'>Opps, should never see me</inputString>
</d:echoString>
</S:Body></S:Envelope>
Response
HTTP/1.0 500 SOAP Error
Date: Mon, 07 Jan 2002 03:11:38 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 315
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:MustUnderstand</faultcode><faultstring>Unhandled 'mustUnderstand' header element.</faultstring></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 574
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:d='http://soapinterop.org/'
xmlns:a='http://soapinterop.org/headers/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Header>
<a:Transsaction b:type='c:short'>5</a:Transsaction>
</S:Header>
<S:Body><d:echoString><inputString b:type='c:string'>Opps, should never see me</inputString>
</d:echoString>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:38 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 355
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStringResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>Opps, should never see me</return></m:echoStringResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 437
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoBoolean><inputBoolean b:type='c:boolean'>false</inputBoolean>
</a:echoBoolean>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:39 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 333
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoBooleanResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>0</return></m:echoBooleanResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 436
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoBoolean><inputBoolean b:type='c:boolean'>true</inputBoolean>
</a:echoBoolean>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:39 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 333
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoBooleanResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>1</return></m:echoBooleanResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 440
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoDecimal><inputDecimal b:type='c:decimal'>123455.5</inputDecimal>
</a:echoDecimal>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:39 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 340
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoDecimalResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>123455.5</return></m:echoDecimalResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 428
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoFloat><inputFloat b:type='c:float'>-42.42</inputFloat>
</a:echoFloat>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:40 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 334
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoFloatResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>-42.42</return></m:echoFloatResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 548
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:b='http://www.w3.org/2001/XMLSchema'
xmlns:c='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoFloatArray><inputFloatArray E:arrayType='b:float[3]'><i c:type='b:float'>-12345.5</i>
<i c:type='b:float'>42.2424</i>
<i c:type='b:float'>-0.01</i>
</inputFloatArray>
</a:echoFloatArray>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:40 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 557
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoFloatArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return SOAP-ENC:arrayType="nsa:float[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>-12345.5</item><item>42.2424</item><item>-0.01</item></return></m:echoFloatArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 441
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoDate><inputDate b:type='c:dateTime'>2002-01-06T19:02:52Z</inputDate>
</a:echoDate>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:41 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 346
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoDateResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>2002-01-06T19:02:52Z</return></m:echoDateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 441
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoDate><inputDate b:type='c:dateTime'>1999-07-06T19:02:52Z</inputDate>
</a:echoDate>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:41 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 346
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoDateResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>1999-07-06T19:02:52Z</return></m:echoDateResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 277
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'>
<S:Body><a:echoVoid></a:echoVoid>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:41 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 290
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoVoidResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/" /></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 765
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://soapinterop.org/xsd'
xmlns:b='http://www.w3.org/2001/XMLSchema'
xmlns:d='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><c:SOAPStruct E:root='0' id='2ce7a14' d:type='c:SOAPStruct'><varInt d:type='b:int'>1</varInt>
<varFloat d:type='b:float'>2</varFloat>
<varString d:type='b:string'>wilma</varString>
</c:SOAPStruct>
<a:echoStructArray><inputStructArray E:arrayType='b:anyType[3]'><fred href='#2ce7a14'/>
<i href='#2ce7a14'/>
<i href='#2ce7a14'/>
</inputStructArray>
</a:echoStructArray>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:42 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 742
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStructArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return SOAP-ENC:arrayType="nsa:SOAPStruct[3]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://soapinterop.org/xsd"><item><varInt>1</varInt><varFloat>2</varFloat><varString>wilma</varString></item><item><varInt>1</varInt><varFloat>2</varFloat><varString>wilma</varString></item><item><varInt>1</varInt><varFloat>2</varFloat><varString>wilma</varString></item></return></m:echoStructArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 687
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:b='http://soapinterop.org/xsd'
xmlns:d='http://www.w3.org/2001/XMLSchema'
xmlns:c='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoStruct><inputStruct href='#2ce798c'/>
</a:echoStruct>
<b:SOAPStruct E:root='0' id='2ce798c' c:type='b:SOAPStruct'><varInt c:type='d:int'>1073741824</varInt>
<varFloat c:type='d:float'>-42.24</varFloat>
<varString c:type='d:string'>pocketSOAP rocks!<g></varString>
</b:SOAPStruct>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:42 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 433
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStructResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return><varInt>1073741824</varInt><varFloat>-42.24</varFloat><varString>pocketSOAP rocks!<g></varString></return></m:echoStructResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 1022
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://soapinterop.org/xsd'
xmlns:b='http://www.w3.org/2001/XMLSchema'
xmlns:d='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoStructArray><inputStructArray E:arrayType='b:anyType[2]'><inputStruct href='#2ce450c'/>
<inputStruct href='#2ce9c9c'/>
</inputStructArray>
</a:echoStructArray>
<c:SOAPStruct E:root='0' id='2ce9c9c' d:type='c:SOAPStruct'><varInt d:type='b:int'>-1</varInt>
<varFloat d:type='b:float'>-1</varFloat>
<varString d:type='b:string'>lean on into the groove y'all</varString>
</c:SOAPStruct>
<c:SOAPStruct E:root='0' id='2ce450c' d:type='c:SOAPStruct'><varInt d:type='b:int'>1073741824</varInt>
<varFloat d:type='b:float'>-42.24</varFloat>
<varString d:type='b:string'>pocketSOAP rocks!<g></varString>
</c:SOAPStruct>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:43 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 722
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoStructArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return SOAP-ENC:arrayType="nsa:SOAPStruct[2]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://soapinterop.org/xsd"><item><varInt>1073741824</varInt><varFloat>-42.24</varFloat><varString>pocketSOAP rocks!<g></varString></item><item><varInt>-1</varInt><varFloat>-1</varFloat><varString>lean on into the groove y'all</varString></item></return></m:echoStructArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 1101
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoBase64><inputBase64 b:type='c:base64Binary'>AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T1</inputBase64>
</a:echoBase64>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:43 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 998
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoBase64Response SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T19vf4+fr7/P3+AAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHh8gISIjJCUmJygpKissLS4vMDEyMzQ1Njc4OTo7PD0+P0BBQkNERUZHSElKS0xNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AgYKDhIWGh4iJiouMjY6PkJGSk5SVlpeYmZqbnJ2en6ChoqOkpaanqKmqq6ytrq+wsbKztLW2t7i5uru8vb6/wMHCw8TFxsfIycrLzM3Oz9DR0tPU1dbX2Nna29zd3t/g4eLj5OXm5+jp6uvs7e7v8PHy8/T1</return></m:echoBase64Response></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 438
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:c='http://www.w3.org/2001/XMLSchema'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoInteger><inputInteger b:type='c:int'>2147483647</inputInteger>
</a:echoInteger>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:44 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 342
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoIntegerResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return>2147483647</return></m:echoIntegerResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 735
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:b='http://www.w3.org/2001/XMLSchema'
xmlns:c='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoIntegerArray><inputIntegerArray E:arrayType='b:int[10]'><i c:type='b:int'>1073741824</i>
<i c:type='b:int'>-1073741824</i>
<i c:type='b:int'>4</i>
<i c:type='b:int'>8</i>
<i c:type='b:int'>16</i>
<i c:type='b:int'>32</i>
<i c:type='b:int'>64</i>
<i c:type='b:int'>128</i>
<i c:type='b:int'>256</i>
<i c:type='b:int'>512</i>
</inputIntegerArray>
</a:echoIntegerArray>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:44 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 669
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoIntegerArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return SOAP-ENC:arrayType="nsa:int[10]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema"><item>1073741824</item><item>-1073741824</item><item>4</item><item>8</item><item>16</item><item>32</item><item>64</item><item>128</item><item>256</item><item>512</item></return></m:echoIntegerArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Request
POST http://www.whitemesa.net/interop/std HTTP/1.0
Content-Type: text/xml; charset=UTF-8
Accept-Charset: UTF-8, UTF-16
User-Agent: pocketSOAP/1.2.1
Host: www.whitemesa.net
Content-Length: 401
SOAPAction: "http://soapinterop.org/"
<S:Envelope
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:E='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:a='http://soapinterop.org/'
xmlns:b='http://www.w3.org/2001/XMLSchema-instance'>
<S:Body><a:echoIntegerArray><inputIntegerArray b:nil='true'></inputIntegerArray>
</a:echoIntegerArray>
</S:Body></S:Envelope>
Response
HTTP/1.0 200 OK
Date: Mon, 07 Jan 2002 03:11:45 GMT
Server: WhiteMesa SOAP Server/2.6
Content-Type: text/xml; charset="utf-8"
Content-Length: 493
<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><m:echoIntegerArrayResponse SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:m="http://soapinterop.org/"><return SOAP-ENC:arrayType="nsa:int[0]" SOAP-ENC:offset="[0]" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:nsa="http://www.w3.org/2001/XMLSchema" /></m:echoIntegerArrayResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
© Copyright 2002 Simon Fell.
Last update: 1/11/2002; 11:38:10 PM.
|