2014-10-20 8 views
0

하나의 WSDL 파일이 있습니다. 파일 URL이 아래에 있습니다.PHP를 사용하여 SOAP API 호출

http://home.nutselect.nl/services/DossierService.svc?wsdl 

이 wsdl 파일에서 주문 세부 정보를 받아야합니다. 하지만이 비누 WSDL 파일을 호출 할 때 나는 빈 창만 가져왔다.

아무도 도와주세요. 이 비누 WSDL 파일에서 Order 세부 사항을 얻는 방법.

try { 
    $client = new SoapClient('http://home.nutselect.nl/services/DossierService.svc?wsdl'); 
    $response = $client->Request(); 

    print_r($response); 

답변

관련 문제