1 to White Mesa, test xmlp3

==============
Listen Port: 8080
Target Host: www.whitemesa.net
Target Port: 80
==== Request ====
GET /soap12/add-test-rpc/getTime HTTP/1.0
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: www.whitemesa.net
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""

==== Response ====
HTTP/1.0 200 OK
Date: Wed, 12 Feb 2003 16:21:59 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 422

<?xml version="1.0" encoding="UTF-8"?>
   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
      <SOAP-ENV:Body>
         <m:getTimeResponse SOAP-ENV:encodingStyle="http://www.w3.org/2002/12/soap-encoding" xmlns:m="http://soapinterop.org/">
            <SOAP-RPC:result xmlns:SOAP-RPC="http://www.w3.org/2002/12/soap-rpc">return</SOAP-RPC:result>
            <return>16:21:59Z</return>
         </m:getTimeResponse>
      </SOAP-ENV:Body>
   </SOAP-ENV:Envelope>
==============