echoStringArray

Request from White Mesa 1.4 browser client

<?xml version="1.0" encoding="UTF-8"?>
<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:Body>
<m:echoStringArray xmlns:m="urn:xmethodsInterop">
<inputStringArray SOAP-ENC:arrayType="xsd:string[9]" SOAP-ENC:offset="[0]">
<item>The</item>
<item>quick</item>
<item>brown</item>
<item>fox</item>
<item>jumped</item>
<item>over</item>
<item>the</item>
<item>lazy</item>
<item>dog.</item>
</inputStringArray>
</m:echoStringArray>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Response from White Mesa 1.4 Server

<?xml version="1.0" encoding="UTF-8"?>

<SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
<SOAP-ENV:Body>
<m:echoStringArrayResponse xmlns:m="urn:xmethodsInterop">
<outputStringArray SOAP-ENC:arrayType="xsd:string[9]" SOAP-ENC:offset="[0]">
<item>The</item>
<item>quick</item>
<item>brown</item>
<item>fox</item>
<item>jumped</item>
<item>over</item>
<item>the</item>
<item>lazy</item>
<item>dog.</item>
</outputStringArray>
</m:echoStringArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>