vote up 2 vote down
star

Can anyone recommend a lightweight JavaScript XML-RPC library?

After researching this a while ago, I couldn't find anything I was comfortable with, so I kinda ended up writing my own. However, maybe that was stupid, as there must be something suitable out there!?

My own pseudo-library is mainly missing a way to turn an XML-RPC response into JSON - or rather, converting the respective responseXML to a JavaScript object (converting the data types as needed). This isn't hard to do, but why reinvent the wheel...

Any help would be greatly appreciated!

offensive?
add comment

1 Answer:

vote up 1 vote down

I know this two libraries, that you can basically use to convert your XML-RPC responses to JSON:

link|offensive?
comments (1)

Your Answer:

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.