Fatal error: Uncaught SoapFault exception: [WSDL]

后端 未结 4 605
被撕碎了的回忆
被撕碎了的回忆 2021-01-15 11:03

I\'m having trouble calling a web service I\'ve set up from PHP. The obfuscated adress http://XXX.XXX.XXX.XXX/test.asmx?wsdl in the error message below returns

4条回答
  •  离开以前
    2021-01-15 11:53

    Another option to look at is cURL. You can create your payload as an XML string and send it to the same URL using cURL. You would then need to capture the response code and process as appropriate. When I had issues with SOAPClient, I moved to cURL - works like a charm.

提交回复
热议问题