echoStringArray

Request from PocketSOAP 0.9 (beta) Client

POST /ssss4c/ilab/soap.asp HTTP/1.0
Content-Type: text/xml
Content-Length: 610
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:echoStringArray xmlns:m='urn:xmethodsInterop'>
<InputStringArray xsi:type='SOAP-ENC:Array' SOAP-ENC:arrayType='xsd:string[3]'>
<Item xsi:type='xsd:string'>pocket</Item>
<Item xsi:type='xsd:string'>soap</Item>
<Item xsi:type='xsd:string'>rocks!</Item>
</InputStringArray>
</m:echoStringArray>
</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:51:42 GMT
Connection: Keep-Alive
Content-Length: 681
Content-Type: text/xml
Expires: Sun, 11 Feb 2001 20:51:42 GMT
Set-Cookie: ASPSESSIONIDGQGGGXAY=HNANEJHDJAPHIBILOJBAKCFI; 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:echoStringArrayResponse xmlns:m="urn:xmethodsInterop">
<outputStringArray xsi:type="SOAP-ENC:Array" SOAP-ENC:arrayType="xsd:string[3]">
<item xsi:type="xsd:string">pocket</item>
<item xsi:type="xsd:string">soap</item>
<item xsi:type="xsd:string">rocks!</item>
</outputStringArray>
</m:echoStringArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>