2012-12-11 6 views
1

에서 비누 요청 XML을 생성하는 방법은 표준 객체가PHP는 객체

<?xml version="1.0" encoding="UTF-8" standalone="no"?> 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="wsclient.dms.tecsys.com" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> 
    <SOAP-ENV:Body> 
     <mns1:search xmlns:mns1="wsclient.dms.tecsys.com"> 
      <arg0> 
       <userName>username</userName> 
       <password>password</password> 
       <criteria> 
        <customer> 
         <customerId>0002003</customerId> 
        </customer> 
       </criteria> 
      </arg0> 
     </mns1:search> 
    </SOAP-ENV:Body> 
</SOAP-ENV:Envelope> 

을하지만 난 해결책을 찾을 수 없습니다. 아무도 나를 도울 수 있습니까? 쉽게

SoapClient에서보세요 당신이 비누 요청을 만들 수있는 SoapClient 클래스를 사용하여 감사

답변

1

는 : __doRequest - SOAP 요청을 수행하는