Wed Aug 11, 2004 6:23 pm |
Replies: 4 |
Views: 12985 |
|
 |
correction to the previous post -
including nusoap.php 0.6.3 in server file returns the 'Hello' string without the $name string.
including nusoap.php 1.7.6 in server file returns a "xml parsing ...
|
Wed Aug 11, 2004 5:48 pm |
Replies: 4 |
Views: 12985 |
|
 |
Thanks for the quick response.
I'm pretty sure the server can find nusoap.php from couple tests:
- when I remove the require_once('nusoap.php') from server file, I get a "msg parsing error"
- whe ...
|
Tue Aug 10, 2004 2:52 pm |
Replies: 3 |
Views: 7074 |
|
 |
I'm trying to use the debugger on the server side code of a web service and can't find any directions on how to do so.
My setup: phpED on PC Win2K with remote server (Linux/Apache). I've followed ...
|
Tue Aug 10, 2004 2:29 pm |
Replies: 4 |
Views: 12985 |
|
 |
Newbie here - please go easy...
I can get the sample hello web service working for the most part except responding with the input string ($name); that is, I get "Hello !" when it should be "Hello S ...
|