> As you can see in XmlRpcResponseProcessor in the method processException() > > // Retrieve XmlRpcException error code(if possible). > int code = x instanceof XmlRpcException ? > ((XmlRpcException) x).code : 0; > > you can set your own fault codes by throwing Exceptions derived from > XmlRpcException.
Thanks to all for the help. I appreciate you taking the time to help a XML-RPC newbie. :) -Tanya
