我又协议,如下(我想问的是怎么样将协议嵌入到http请求中去,即我往某个ip上访问,将该SOAP协议传到访问的Ip上去)
<?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>
  <serviceConsumeNotifyReqPara xmlns="http://sp.ismp.chinatelecom.com">
   <ns1:featureStr xmlns:ns1="http://req.sp.ismp.chinatelecom.com"></ns1:featureStr>
   <ns2:linkID xmlns:ns2="http://req.sp.ismp.chinatelecom.com"></ns2:linkID>
   <ns3:productID xmlns:ns3="http://req.sp.ismp.chinatelecom.com"></ns3:productID>
   <ns4:streamingNo xmlns:ns4="http://req.sp.ismp.chinatelecom.com">000000000000000000000000000000000000000020090300000000012345</ns4:streamingNo>
   <ns5:userID xmlns:ns5="http://req.sp.ismp.chinatelecom.com"></ns5:userID>
   <ns6:userIDType xmlns:ns6="http://req.sp.ismp.chinatelecom.com">0</ns6:userIDType>
  </serviceConsumeNotifyReqPara>
 </soapenv:Body>
</soapenv:Envelope>