欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

java-php调用Java编写的webservices接口出现以下错误

程序员文章站 2024-02-02 14:21:10
...
phpjava

SoapFault Object ( [message:protected] => SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://192.168.121.199:8090/mpi/services' : Premature end of data in tag HTML line 1 [string:Exception:private] => [code:protected] => 0 [file:protected] => E:\PHP\WebServices3\ws.php [line:protected] => 4 [trace:Exception:private] => Array ( [0] => Array ( [file] => E:\PHP\WebServices3\ws.php [line] => 4 [function] => SoapClient [class] => SoapClient [type] => -> [args] => Array ( [0] => http://192.168.121.199:8090/mpi/services [1] => Array ( [trace] => 1 [exception] => 1 ) ) ) ) [previous:Exception:private] => [faultstring] => SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://192.168.121.199:8090/mpi/services' : Premature end of data in tag HTML line 1 [faultcode] => WSDL )

相关标签: php java