soapmsgrequest.soap
来自「javaP2P技术内幕课程111213141516源代码」· SOAP 代码 · 共 13 行
SOAP
13 行
POST /axis/servlet/AxisServlet HTTP/1.0
Content-Length:459
Host:localhost
Content-Type:text/xml;charset=utf-8
SOAPAction:"http://soapinterop.org/echoString"
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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:Body>
<ns1:echoString xmlns:ns1="http://soapinterop.org/">
<arg0 xsi:type="xsd:string">Hello!</arg0>
</ns1:echoString>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>