[ciapug] Data Validation

Tony Bibbs ciapug@cialug.org
Mon, 02 May 2005 12:00:27 -0500


Dave J. Hala Jr. wrote:
> That seems to be the issue here too. -especially with XML-RPC, For
> example, if you generate a mysql error, the XMLRPC client gets one of
> those "Bad response errors" ( or something to that effect)  Its kind of
> pain.

Yeah, using PHP5 the nice things is you can catch the exception and 
elegantly throw an xmlrpc fault back to the caller.

--Tony