blob: 955604697f7619cc57e5ed1557343cf31d955948 [file] [log] [blame]
POST /Calculator/services/Calculator HTTP/1.1
Host: localhost:13260
Content-Type: text/xml; charset=UTF-8
SOAPAction: "Calculator#add"
Content-Length: 630
<?xml version='1.0' encoding='utf-8' ?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<SOAP-ENV:Header><ns2:hb1 xmlns:ns2="http://soapinterop.org/axis/">Test1</ns2:hb1><ns3:hb2 xmlns:ns3="http://soapinterop.org/axis2/">Test2</ns3:hb2><ns4:hb3 xmlns:ns4="http://soapinterop.org/axis3/">Test3</ns4:hb3></SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:add xmlns:ns1="http://localhost/axis/Calculator">
<ns1:arg_0_0>2</ns1:arg_0_0>
<ns1:arg_1_0>3</ns1:arg_1_0>
</ns1:add>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>