POST / HTTP/1.0
Host: localhost:8080
User-agent: SOAPpy 0.11.3 (pywebsvcs.sf.net)
Content-type: text/xml; charset="UTF-8"
Content-length: 485
SOAPAction: "GetHit"

<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
<SOAP-ENV:Body>
<GetHit SOAP-ENC:root="1">
<v1>
<timeout xsi:type="xsd:int">5</timeout>
</v1>
</GetHit>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>