What is the best Javascript XML-RPC client library?

Frank Bannister picture Frank Bannister · Jul 17, 2009 · Viewed 30.2k times · Source

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/

Answer

Chris B. picture Chris B. · Dec 4, 2009

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 requests. I'm about to try out the XML-RPC for JavaScript myself with a JQuery UI and will update this based on my findings.