Abdi wrote:
Hello Rob Richards,
Thank you for your help. All files are in same directory including
hello.wsdl.
This is the path: (http://www.firmanettiin.fi/mydirectory/myfiles), but
still getting an error.
Please note: The file hello.wsdl was just taken from
http://www.wso2.org/node/1060/ and put it in mydirectory without modifying
it, so do I need to do some changes on that file.
<snip />
<wsdlsoap:address
location='http://localhost/hello/hello_service_wsdl.php' />
You need to change the location here. It needs to point to the location
of you SOAP server so the client knows where to make its requests (its
the location of the actual SOAP service and not the wsdl as you might be
lead to believe from the script name). Yours might look like the following:
<wsdlsoap:address
location='http://www.firmanettiin.fi/mydirectory/hello_service.php' />
Rob
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php