简体   繁体   中英

SOAP 1.1 Request Fatal Error Uncaught SoapFault exception: [soapenv:Server]

My request is the following:

 $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"));

and i got the following Error Message:

Fatal error: Uncaught SoapFault exception: [soapenv:Server] Exception occurred while trying to invoke service method calcMietpreis in /srv/www/htd...

I do not know what to do now ... i searched nearly everywhere.

I installed the php extension SOAP and the _getFunctions give me the existing functions. So i think the connection exists.

看起来wsdl不应该与PHP一起使用,而是用于Java客户端。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM