1 to White Mesa, test xmlp2


==============
Listen Port: 8080
Target Host: www.whitemesa.net
Target Port: 80
==== Request ====
GET /soap12/add-test-doc/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:19 GMT
Server: WhiteMesa SOAP Server/3.0
Content-Type: application/soap+xml; charset="utf-8"
Content-Length: 231

<?xml version="1.0" encoding="UTF-8"?>
   <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2002/12/soap-envelope">
      <SOAP-ENV:Body>
         <iop:time xmlns:iop="http://soapinterop.org/">09:21:19Z</iop:time>
      </SOAP-ENV:Body>
   </SOAP-ENV:Envelope>
==============