Home >Backend Development >PHP Tutorial >When php calls webservices written in java, it prompts Uncaught SoapFault exception: [HTTP] Not Found
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.