What is the best Javascript XML-RPC client library?

后端 未结 7 1606
臣服心动
臣服心动 2020-12-13 07:14

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.

<
7条回答
  •  一个人的身影
    2020-12-13 07:32

    I have tried http://www.zentus.com/js/xmlrpc.js.html myself. It has problems parsing the result in FireFox and Chrome, parsing the result in IE worked fine.

    I have not tried the others, but 'mimic' looks great (if it works).

    For my own problem, I've switched to JSON instead of XMLRPC.

提交回复
热议问题