0
下面的SOAP請求SOAP錯誤;儘管給定的參數
$response = $this->client->__soapCall('Match', array('word' => 'test', 'strategy' => 'exact'));
缺少參數產生的誤差
Uncaught SoapFault exception: [soap:Client] Parameter not specified (null)
Parameter name: word
這怎麼可能?我在請求中指定了word
參數,不是嗎?爲什麼服務器不能識別它?
我想使用這項服務是online dictionary webservive