以下肥皂请求
$response = $this->client->__soapCall('Match', array('word' => 'test', 'strategy' => 'exact'));
产生错误
Uncaught SoapFault exception: [soap:Client] Parameter not specified (null)
Parameter name: word
怎么会这样?我在请求中指定了word
参数,不是吗?为什么服务器无法识别它?
我要使用的服务是在线词典 webservive