tags:

views:

240

answers:

2

Hello!

I want to implement support of the XMLRPC protocol for my server that is written in C and C++ and now looking for the most widely adopted xmlrpc library. License is not an issue, GPL would be fine. What would you suggest ? Is there any defacto standard xmlrpc C library for such a purpose ?

+2  A: 

The de facto standard would imo be this one: http://xmlrpc-c.sourceforge.net/ and it supports both C and C++ and it even has its own embedded http daemon for servicing the http requests ...

edit: and it's available under a BSD-style license, so it allows you to boldly go where GPL didn't allow you to go before ;)

amo-ej1
+1  A: 

Here are two options:

I've never used this one.

I have used this. It's industrial strength and does what it says on the tin.

Richard Wolf