我的要求如下:
$client = new SoapClient("http://xxx.de:8080xxxWebService?wsdl", array("trace" => 1, "soap_version" => SOAP_1_1));
$result = $client->__soapCall("calcMietpreis", array('calAbholdatum' => "2015-08-08 11:14:15", 'calRueckgabedatum' => "2015-08-09 11:14:15"));
我收到以下错误消息:
Fatal error: Uncaught SoapFault exception: [soapenv:Server] Exception occurred while trying to invoke service method calcMietpreis in /srv/www/htd...
我现在不知道该怎么做......我几乎到处搜索。
我安装了php扩展SOAP,_getFunctions给了我现有的功能。所以我认为存在联系。
答案 0 :(得分:0)
看起来wsdl不应该与PHP一起使用,而是用于Java客户端。