Home >Backend Development >PHP Tutorial >When php calls webservices written in java, it prompts Uncaught SoapFault exception: [HTTP] Not Found

When php calls webservices written in java, it prompts Uncaught SoapFault exception: [HTTP] Not Found

WBOY
WBOYOriginal
2016-07-29 09:01:071532browse

When new Client (remote wsdl), the wsdl address has a port, and it keeps prompting Uncaught SoapFault exception: [HTTP] Not Found

When accessing the wsdl address, there is no wsdlsoap:address location in the wsdl file you see when accessing the wsdl address. Port

After having no choice but to download wsdl to the local, modify wsdlsoap:address location and add port

new Client (call local wsdl)

Problem solved

The above introduces the prompt Uncaught SoapFault exception: [HTTP] Not Found when php calls webservices written in java, including the content. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn