1 to 3, test xmlp13


==============
Listen Port: 8080
Target Host: 10.24.251.67
Target Port: 80
==== Request ====
POST /xmlp/xmlpi.aspx HTTP/1.0
Content-Type: application/soap+xml; charset=utf-8
Accept: application/soap+xml, application/dime, multipart/related, text/*
User-Agent: Axis/1.1RC1
Host: 10.24.251.67
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 397

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
      xmlns:soapenv="http://www.w3.org/2002/12/soap-envelope"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <echoString xmlns="http://soapinterop.org/">
   <inputString>i FeEL sTrAnGEly CAsEd (but I like it)</inputString>
  </echoString>
 </soapenv:Body>
</soapenv:Envelope>


==== Response ====
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Fri, 28 Feb 2003 20:38:35 GMT
X-AspNet-Version: 1.2.21213
Set-Cookie: ASP.NET_SessionId=nmeuni55qk3ldhqiilxyjf45; path=/
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope
      xmlns:soapenv="http://www.w3.org/2002/12/soap-envelope"
      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Body>
  <echoString xmlns="http://soapinterop.org/">
   <inputString>i FeEL sTrAnGEly CAsEd (but I like it)</inputString>
  </echoString>
 </soapenv:Body>
</soapenv:Envelope>
==============