Jump to content

SoapFault: [HTTP] Unable to parse URL...


doctor_shim

Recommended Posts

Hello everyone. I've been working on a client for my own web service. For some damn reason every time I call a method (any method) in my service, I get this error:
[color=maroon]
[b]Fatal error:[/b] Uncaught SoapFault exception: [HTTP] Unable to parse URL in /path/to/my/client/script.php:12 Stack trace: #0 [internal function]: SoapClient->__doRequest('<?xml version="...', '', 'urn:ScoreboardA...', 1, 0) #1 [internal function]: SoapClient->__call('doSomethingExceptional', Array) #2 /path/to/my/client/script.php(12): SoapClient->doSomethingExceptional('my argument') #3 {main} thrown in [b]/path/to/my/client/script.php[/b] on line [b]12[/b]
[/color]

I wrote the WSDL file by hand, however I compared it to several tutorials, existing WSDL files (even Google's), and it looks fine. I'll attach it if someone thinks there might be a syntax error in it.

All my files are included correctly, and I am calling a service operation that exists.

Would anyone more experienced in the realm of PHP web services know what's happening?
Link to comment
https://forums.phpfreaks.com/topic/33854-soapfault-http-unable-to-parse-url/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.