3 to 1, test xmlp10
POST /axis/services/testMeRpc HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 731
Expect: 100-continue
Connection: Close
Host: localhost:8080
Cookie: 8=
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:tns="http://soapinterop.org/"
xmlns:types="http://soapinterop.org/encodedTypes"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<tns:echoSimpleTypesAsStructOfSchemaTypes>
<input1 xsi:type="xsd:int">0</input1>
<input2 xsi:type="xsd:float">0</input2>
<input3 xsi:type="xsd:string">ssssss</input3>
<input4 >false</input4>
</tns:echoSimpleTypesAsStructOfSchemaTypes>
</soap:Body>
</soap:Envelope>
HTTP/1.0
200 OK
Content-Type: text/xml; charset=utf-8
Set-Cookie: 8=
Set-Cookie2: 8=
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<ns1:echoSimpleTypesAsStructOfSchemaTypesResponse
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns1="http://soapinterop.org/">
<echoSimpleTypesAsStructOfSchemaTypesReturn href="#id0"/>
</ns1:echoSimpleTypesAsStructOfSchemaTypesResponse>
<multiRef id="id0" soapenc:root="0"
soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
xsi:type="ns2:SOAPStructTypes"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns2="http://example.org/ts-tests/xsd">
<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>
</multiRef>
</soapenv:Body>
</soapenv:Envelope>