1 to 3, test xmlp10


==============
Listen Port: 8080
Target Host: 10.24.251.76
Target Port: 80
==== Request ====
POST /xmlp/xmlp.asmx 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.76
Cache-Control: no-cache
Pragma: no-cache
SOAPAction: ""
Content-Length: 554

<?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>  
         <ns:echoSimpleTypesAsStructOfSchemaTypes xmlns:ns="http://soapinterop.org/">   
            <input1 xsi:type="xsd:int">5</input1>   
            <input2 xsi:type="xsd:float">5.5</input2>   
            <input3 xsi:type="xsd:string">hi there</input3>   
            <input4>untyped</input4>  
         </ns:echoSimpleTypesAsStructOfSchemaTypes> 
      </soapenv:Body>
   </soapenv:Envelope>
	 

==== Response ====
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Fri, 28 Feb 2003 20:08:28 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 1.2.30206
Cache-Control: private, max-age=0
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 854

<?xml version="1.0" encoding="utf-8"?>
   <soap:Envelope
            xmlns:soap="http://www.w3.org/2002/12/soap-envelope"
            xmlns:soapenc="http://www.w3.org/2002/12/soap-encoding"
            xmlns:tns="http://soapinterop.org/"
            xmlns:types="http://soapinterop.org/"
            xmlns:rpc="http://www.w3.org/2002/12/soap-rpc"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <soap:Body>
         <types:echoSimpleTypesAsStructOfSchemaTypesResponse>
            <rpc:result xmlns="">return</rpc:result>
            <return soapenc:id="id1" xmlns:q1="http://example.org/ts-tests/xsd" xsi:type="q1:SOAPStructTypes">
               <type1 xsi:type="xsd:QName">xsd:int</type1>
               <type2 xsi:type="xsd:QName">xsd:float</type2>
               <type3 xsi:type="xsd:QName">xsd:string</type3>
               <type4 xsi:type="xsd:QName">xsd:anyType</type4>
            </return>
         </types:echoSimpleTypesAsStructOfSchemaTypesResponse>
      </soap:Body>
   </soap:Envelope>
==============