What is the best Javascript XML-RPC client library?
What is the best Javascript XML-RPC client library in your opinion and why? I'am making a JQuery app and I need to communicate with my xmlrpc server with it. Found following libraries, but I have no idea what are their pros and cons: http://www.zentus.com/js/xmlrpc.js.html http://www.scottandrew.com/xml-rpc/ http://phpxmlrpc.sourceforge.net/jsxmlrpc/ http://www.vcdn.org/Public/XMLRPC/ http://mimic-xmlrpc.sourceforge.net/ There is a Google-hosted library here: http://code.google.com/p/json-xml-rpc/ . It supports both XML-RPC and JSON-RPC for JavaScript, and asynchronous as well as synchronous