简体   繁体   中英

Soap-Error: faultcode: HTTP

I have a Webapplication using SOAP. Now the service has been changed and we got a new WSDL to use. After changing the WSDL to the new one (by just changing the URLs IP-Adress) the call on a SOAP-Function results in an exception, whithout me knowing why, since i don't even know, if the error itself is related to soap, my framework or just PHP.

I have absolutely no clue about SOAP.


I have gathered the following information about the error:

$result = $SOAP->MyMethod($query);
  • results in this exception: 例外

  • The Query is correct. Even if not i would recieve an according response.

  • I can call the Method via SoapUI as well

  • PHP Error Log output: PHP错误日志输出


Any Ideas? Any ?

If i change the WSDL (and its "location") back to the original it will send and produce real data. But the NEW Service can be called by SoapUI from my machine. Note: The Service is not running on my machine and i am calling it through VPN. The fact, the guy that built up the Service told me its definately WORKING, and it is (soapUI) but not with the application by just changing WSDL makes me hell of confused about whats going on and why not.

我通过更正SOAP配置的错误键入的“位置”来解决此问题!

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