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:echoVoid xmlns:m="urn:xmethodsInterop">
</m:echoVoid>
</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:echoVoidResponse xmlns:m="urn:xmethodsInterop"></m:echoVoidResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>