echoFloatArray

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:echoFloatArray xmlns:m="urn:xmethodsInterop">
<inputFloatArray SOAP-ENC:arrayType="xsd:float[2]" SOAP-ENC:offset="[0]">
<item>1.3</item>
<item>2.4</item>
</inputFloatArray>
</m:echoFloatArray>
</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:echoFloatArrayResponse xmlns:m="urn:xmethodsInterop">
<outputFloatArray SOAP-ENC:arrayType="xsd:float[2]" SOAP-ENC:offset="[0]">
<item>1.3</item>
<item>2.4</item>
</outputFloatArray>
</m:echoFloatArrayResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>