Request from PocketSOAP 0.9 (beta) client
POST /ssss4c/ilab/soap.asp HTTP/1.0
Content-Type: text/xml
Content-Length: 627
User-Agent: PocketSOAP v0.9
<S:Envelope xmlns:S='http://schemas.xmlsoap.org/soap/envelope/'
xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'
S:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'
xmlns:xsd='http://www.w3.org/1999/XMLSchema'
xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance'>
<S:Body>
<m:echoIntegerArray xmlns:m='urn:xmethodsInterop'>
<InputIntegerArray xsi:type='SOAP-ENC:Array' SOAP-ENC:arrayType='xsd:int[4]'>
<Item xsi:type='xsd:int'>19</Item><Item xsi:type='xsd:int'>42</Item>
<Item xsi:type='xsd:int'>123</Item>
<Item xsi:type='xsd:int'>90</Item>
</InputIntegerArray>
</m:echoIntegerArray>
</S:Body>
</S:Envelope>
Response from 4S4C 1.3 server
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.0
Date: Sun, 11 Feb 2001 20:55:47 GMT
Connection: Keep-Alive
Content-Length: 698
Content-Type: text/xml
Expires: Sun, 11 Feb 2001 20:55:47 GMT
Set-Cookie: ASPSESSIONIDGQGGGXAY=INANEJHDNJIJAHGEAKNKMDKL; path=/
Cache-control: private
<?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="urn:xmethodsInterop">
<outputIntegerArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:int[4]">
<item xsi:type="xsd:int">19</item>
<item xsi:type="xsd:int">42</item>
<item xsi:type="xsd:int">123</item>
<item xsi:type="xsd:int">90</item>
</outputIntegerArray>
</m:echoIntegerArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>