什么是最好的Javascript XML-RPC客户端库?

问题描述:

您认为最好的Javascript XML-RPC客户端库是什么?为什么?

What is the best Javascript XML-RPC client library in your opinion and why?

我正在创建一个JQuery应用程序,我需要与我的xmlrpc服务器通信有了它。

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/

这里有一个Google托管的库: http://code.google.com/p/json-xml-rpc/
它支持JavaScript的XML-RPC和JSON-RPC,以及异步和同步请求。我将使用JQuery UI自己尝试使用XML-RPC for JavaScript,并根据我的发现对其进行更新。

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.