Tue Jul 31, 2007 8:09 pm |
Replies: 9 |
Views: 25302 |
|
 |
I've narrowed it down - nusoap is working, it's just when used with the mssql functions that there's a problem. When I figure it out, I'll post the problem / solution in a different thread since it's ...
|
Mon Jul 30, 2007 8:50 pm |
Replies: 9 |
Views: 25302 |
|
 |
I'm getting the same thing (response not text/xml) using php 5.2.3 and nusoap 0.7.2 on freebsd 6.2.
The previous machine this was running on had php 4.4.4 and nusoap 0.7.2 on freebsd 6.1-p11
T ...
|
Mon Jul 30, 2007 8:29 pm |
Replies: 1 |
Views: 6157 |
|
 |
You can stick something like this in the function that's been registered in the soap object
return new soap_fault('MyErrorCode','','My description about why this error was thrown','');
|