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:echoIntegerArray xmlns:m="urn:xmethodsInterop">
<inputIntegerArray SOAP-ENC:arrayType="xsd:int[6]" SOAP-ENC:offset="[0]">
<item>123</item>
<item>456</item>
<item>789</item>
<item>-111</item>
<item>-222</item>
<item>-333</item>
</inputIntegerArray>
</m:echoIntegerArray>
</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:echoIntegerArrayResponse xmlns:m="urn:xmethodsInterop">
<outputIntegerArray SOAP-ENC:arrayType="xsd:int[6]" SOAP-ENC:offset="[0]">
<item>123</item>
<item>456</item>
<item>789</item>
<item>-111</item>
<item>-222</item>
<item>-333</item>
</outputIntegerArray>
</m:echoIntegerArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>