1 to 3, test xmlp15


==============
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: 613

<?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:Header>
  <ns1:unknown soapenv:role="http://www.w3.org/2002/12/soap-envelope/role/next"
                  soapenv:mustUnderstand="false" xsi:type="xsd:string"
                  xmlns:ns1="http://test-xmlp-15">I'm going to be discarded!</ns1:unknown>
 </soapenv:Header>
 <soapenv:Body>
  <echoString xmlns="http://soapinterop.org/">
   <arg0 xmlns="">body string</arg0>
  </echoString>
 </soapenv:Body>
</soapenv:Envelope>


==== Response ====
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Fri, 28 Feb 2003 20:38:37 GMT
X-AspNet-Version: 1.2.21213
Set-Cookie: ASP.NET_SessionId=ja1ajtvnqj0f0ufqj45kzca3; 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:Header>
  
 </soapenv:Header>
 <soapenv:Body>
  <echoString xmlns="http://soapinterop.org/">
   <arg0 xmlns="">body string</arg0>
  </echoString>
 </soapenv:Body>
</soapenv:Envelope>
==============