Hello,
In the method my webservice (on the server) side, I want to report an error to the caller by using nusoap_fault class.
So I write something like this:
... return new nusoap_fault("SERVER", '', "Fault description");
And I get Internal Server Error returned to the client. When I see error log on a hosting I see:
" FastCGI: comm with server...
2009-11-03 01:42:43 UTC in NuSOAP - SOAP Toolkit for PHP