echoStruct

Request from PocketSOAP 0.9 client

POST /ssss4c/ilab/soap.asp HTTP/1.0
Content-Type: text/xml
Content-Length: 578
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:echoStruct xmlns:m='urn:xmethodsInterop'>
<InputStruct xsi:type='SOAPStruct'>
<varInt xsi:type='xsd:int'>22</varInt>
<varFloat xsi:type='xsd:double'>42.42</varFloat>
<varString xsi:type='xsd:string'>pocketSOAP Rocks!</varString>
</InputStruct>
</m:echoStruct>
</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 21:19:41 GMT
Connection: Keep-Alive
Content-Length: 685
Content-Type: text/xml
Expires: Sun, 11 Feb 2001 21:19:41 GMT
Set-Cookie: ASPSESSIONIDGQGGGXAY=NNANEJHDEGHCLABLPJOIMKCH; 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:echoStructResponse xmlns:m="urn:xmethodsInterop">
<outputStruct xsi:type="ns1:SOAPStruct" xmlns:ns1="urn:xmethodsInterop">
<varInt xsi:type="xsd:int">22</varInt>
<varFloat xsi:type="xsd:float">42.42</varFloat>
<varString xsi:type="xsd:string">pocketSOAP Rocks!</varString>
</outputStruct>
</m:echoStructResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>