在php中使用Header和body调用肥皂

时间:2014-09-15 19:05:28

标签: php soap

我需要发送带肥皂标题和正文的肥皂请求。 我有肥皂xml的请求。 我曾经使用过不同的curl和soap客户端,但没有任何工作。 有人请帮忙。

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v2="http://www.v.com/schema/" xmlns:loc="http://www.c.org/local">
   <soapenv:Header>
      <RequestSOAPHeader xmlns="http://www.h.com/schema/1">
         <s1>000201</s1>
         <s2>e6434ef249df55c7a21a0b45758a39bb</s2>
         <s3>35000001000001</s3>
         <s4>20100731064245</s4>
      </RequestSOAPHeader>
   </soapenv:Header>
   <soapenv:Body>
      <loc:start>
         <loc:reference>
            <c1>http://desertcreator.com/nct</c1>
            <c2>notify</c2>
            <c3>1</c3>
         </loc:reference>
         <loc:w1>1234</loc:w1>
         <loc:w2>demand</loc:w2>
      </loc:start>
   </soapenv:Body>
</soapenv:Envelope>

谢谢

0 个答案:

没有答案