1 to 3, test xmlp18


==============
Listen Port: 666
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: 727

<?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:seekrit
soapenv:role="http://www.w3.org/2002/12/soap-envelope/role/next"
soapenv:mustUnderstand="false"
soapenv:relay="true"
xsi:type="xsd:string"
xmlns:ns1="http://test-xmlp-17">I'm going all the way through!</ns1:seekrit> 
      </soapenv:Header> 
      <soapenv:Body>  
         <ns2:echoString soapenv:encodingStyle="http://www.w3.org/2002/12/soap-encoding" xmlns:ns2="http://soapinterop.org/">   
            <arg0 xsi:type="xsd:string">body string</arg0>  
         </ns2:echoString> 
      </soapenv:Body>
   </soapenv:Envelope>


==== Response ====
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Fri, 28 Feb 2003 21:39:30 GMT
X-AspNet-Version: 1.2.21213
Set-Cookie: ASP.NET_SessionId=13nrvs45r3itbn55kyg44z32; 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>  
         <ns1:seekrit
soapenv:role="http://www.w3.org/2002/12/soap-envelope/role/next"
soapenv:mustUnderstand="false"
soapenv:relay="true"
xsi:type="xsd:string"
xmlns:ns1="http://test-xmlp-17">I'm going all the way through!</ns1:seekrit> 
      </soapenv:Header> 
      <soapenv:Body>  
         <ns2:echoString soapenv:encodingStyle="http://www.w3.org/2002/12/soap-encoding" xmlns:ns2="http://soapinterop.org/">   
            <arg0 xsi:type="xsd:string">body string</arg0>  
         </ns2:echoString> 
      </soapenv:Body>
   </soapenv:Envelope>
==============