SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://27.148.153.106:9090/mpserver/services/CykProcService' : Extra content at the end of the document in /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php:47 Stack trace: #0 /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php
上面是報錯
$client = new SoapClient("http://27.148.153.106:9090/mpserver/services/CykProcService");print_r($client->__getFunctions());
上面是My Code,下面是wsdl
上回有一次調用他們的http介面,也是設定了header才可以(代碼見下方),不知道這個soap怎樣設定
$ch = curl_init();curl_setopt ( $ch, CURLOPT_HTTPHEADER, array (//不知道為什麼一定要這個他們才能接收到post資料 'content-type: text/html'));
回複內容:
SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://27.148.153.106:9090/mpserver/services/CykProcService' : Extra content at the end of the document in /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php:47 Stack trace: #0 /Users/haua/Desktop/zuji_web/www/quan.189go.cn/test2.php
上面是報錯
$client = new SoapClient("http://27.148.153.106:9090/mpserver/services/CykProcService");print_r($client->__getFunctions());
上面是My Code,下面是wsdl
上回有一次調用他們的http介面,也是設定了header才可以(代碼見下方),不知道這個soap怎樣設定
$ch = curl_init();curl_setopt ( $ch, CURLOPT_HTTPHEADER, array (//不知道為什麼一定要這個他們才能接收到post資料 'content-type: text/html'));