如何使用php向webserver发送soap 1.2请求

时间:2015-01-05 05:50:30

标签: php web-services soap wsdl

我想将此请求发送到网络服务器这是我的wsdl http://41.206.29.43:8080/BridgeService/WalletMultiBankServices?wsdl

<soap:Envelope
xmlns:soap="http://www.w3.org/2003/05/soap-envelope"
xmlns:web="http://webservice.multibank.com">
<soap:Header/><soap:Body>
<web:postNESingleRequest><web:neSingleRequest><![CDATA[<NESingleRequest>
<SessionID>40130513080114014100872937033</SessionID>
<DestinationCode>999</DestinationCode>
<ChannelCode>3</ChannelCode>
<AccountIdentificationNumber>9998887771</AccountIdentificationNumber>
</NESingleRequest>]]>
</web:neSingleRequest></web:postNESingleRequest>
</soap:Body></soap:Envelope>

0 个答案:

没有答案