Monday 02 June 2003 7:05:58 pm
I played around with the helloworld example of ezsoap. Actually I didn't figure out how to produce custom fault messages (code&string). I had a function similar to this(http://ez.no/sdk/ref/view/class/eZSOAPServer/)
function addNumbers( $valueA, $valueB )
{
$return = $valueA + $valueB;
settype( $return, "integer" );
return $return; } Whenever my $return was $return=true; or $return=false; the client programm stalled on a null object(Fatal error: Call to a member function on a non-object) on line 111 in lib/ezsoap/classes/ezsoapresponse.php How do I get the fault thing to work(eZSOAPResponse::isFault())? Or isn't SOAPFault the right way to send custom error messages back to the client? THX a lot Björn
Looking for a new job? http://www.xrow.com/xrow-GmbH/Jobs
Looking for hosting? http://hostingezpublish.com
-----------------------------------------------------------------------------
GMT +01:00 Hannover, Germany
Web: http://www.xrow.com/
|