doctor_shim Posted January 12, 2007 Share Posted January 12, 2007 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.