Hello, I am trying to figure out how to return error messages from an ML-RPC server. I have a class that implements XmlRpcHandler which is registered as $default. I want to build in some method of returning a standard error message if someone calls a method not support by the handler. Looking at the XML-RPC specs it seems that your reply can include <fault></fault> tags instead of the normal <param></param> ones. Is this supported or not and if so how?
Or if I'm barking up entirely the wrong tree how would I go about implementing a 'method does not exist' type error? Thanks, Jonathan Moss --- Outgoing mail has been virus scanned Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.693 / Virus Database: 454 - Release Date: 31/May/2004
