2014-04-26 2 views
0

다음 비누가 있습니다. 어떻게 php.Any 아이디어를 사용하여 비누를 호출 할 수 있습니다. 미리 감사드립니다.php를 사용하여 soap api를 호출하는 방법은 무엇입니까?

<?xml version="1.0" encoding="UTF-8"?> 
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"> 
    <soap:Header xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> 
     <wsse:Security xmlns:wsse="http://schemas.xmlsoap.org/ws/2002/07/secext"> 
     <wsse:UsernameToken> 
      <wsse:Username>XXXXXXXXXXXX</wsse:Username> 
      <wsse:Password>XXXXXXXXXXXXXXXXX</wsse:Password> 
     </wsse:UsernameToken> 
     </wsse:Security> 
    </soap:Header> 
    <soapenv:Body> 
     <cus1:GetCustomerDetailsRequest xmlns:cus1="XXXXXXXXXXXXXXXXXXXXXXX" xmlns:com="XXXXXXXXXXXXXXXXXXXXXXXX" xmlns:cus="XXXXXXXXXXXXXXXXX"> 
     <cus:GetCustomerDetails> 
      <AccountMSISDN>1234567890</AccountMSISDN> 
     </cus:GetCustomerDetails> 
     </cus1:GetCustomerDetailsRequest> 
    </soapenv:Body> 
</soapenv:Envelope> 
+0

가능한 복제본 [PHP 객체 또는 배열에 대한 SOAP XML 응답 변환] (http://stackoverflow.com/questions/15892639/converting-soap-xml-response-to-a-php -object-or-array) –

답변

관련 문제