1 to 3, test xmlp19


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

<?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="true"
xsi:type="xsd:string"
xmlns:ns1="http://test-xmlp-17">I'm going to generate a fault!</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 500 Internal Server Error
Server: Microsoft-IIS/5.1
Date: Fri, 28 Feb 2003 21:59:33 GMT
X-AspNet-Version: 1.2.21213
Cache-Control: private
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 257

<env:Envelope xmlns:env='http://www.w3.org/2002/12/soap-envelope'>
   <env:Body>
      <env:Fault>
         <env:Code>
            <env:Value>env:MustUnderstand</env:Value>
         </env:Code>
         <env:Reason />
         <env:Node>http://10.24.251.67/xmlp/xmlpi.aspx</env:Node>
      </env:Fault>
   </env:Body></env:Envelope>
==============