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.
The protocol is rather easy, are you sure you need a library at all? Maybe just send the XML the protocol requires?