xml-rpc at Yahoo! GroupsXML-RPC DiscussionRe: Error reporting other than a fault- May 22, 2008 ... Here's an example: The application is agnostic as to how it's used (could be via the web, a cron job, command line interface, or XML-RPC). One of thehttp://tech.groups.yahoo.com/group/xml-rpc/message/6750 Re: Error reporting other than a fault- May 22, 2008 ... Well no, it depends on just what your goal is, but if it's what I think it is, I would go with a fault, because it's a whole lot easier for your users tohttp://tech.groups.yahoo.com/group/xml-rpc/message/6749 Re: Fault Code data type- May 21, 2008 ... The spec says you return an int. If you don't do that you will break many client implementations. John Wilsonhttp://tech.groups.yahoo.com/group/xml-rpc/message/6748 Fault Code data type- May 21, 2008 Is the data type for a Fault Code always supposed to be a int The spec specifically specifies the value as being an int, but doesn't address if that is how ithttp://tech.groups.yahoo.com/group/xml-rpc/message/6747 Re: Error reporting other than a fault- May 21, 2008 ... Bryan, Both you and John responded about avoiding extending the XML-RPC spec. I hope I was clear, I'm not suggesting that. For example, I was nothttp://tech.groups.yahoo.com/group/xml-rpc/message/6746 Re: Error reporting other than a fault- May 21, 2008 ... Yes. It's not only better than extending XML-RPC, it's the right architecture anyway. Errors should be layered. And you can be lazy and still providehttp://tech.groups.yahoo.com/group/xml-rpc/message/6745 Re: Error reporting other than a fault- May 21, 2008 ... That seems exactly the right thing to do. Please resist trying to "extend" or "improve" the basic XML-RPC protocol. This just limits the usability of yourhttp://tech.groups.yahoo.com/group/xml-rpc/message/6744 Error reporting other than a fault- May 21, 2008 I'm curious how to handle more complex error situations than the XML-RPC fault will support. Should I just create and document additional response payloadhttp://tech.groups.yahoo.com/group/xml-rpc/message/6743 XML-RPC .NET on Compact Framework- May 20, 2008 Hello everybody, I am trying to establish a communication between my pocket PC and and a PC with XML-RPC in order to invoke some methods on the PPC from thehttp://tech.groups.yahoo.com/group/xml-rpc/message/6742 Re: Announce: new webservice library in Javascript - JS-XMLRPC- May 13, 2008 Tks for the update _____ From: xml-rpcyahoogroups.com mailto:xml-rpcyahoogroups.com On Behalf Of Gaetano Giunta Sent: Monday, May 12, 2008 3:35 PM To:http://tech.groups.yahoo.com/group/xml-rpc/message/6741 |