I was using XmlRpc++ last year. But I have decided to implement my own one due to lack of SSL support in XmlRpc++.
You can find a first version at http://libiqxmlrpc.sourceforge.net.
It supports HTTP, HTTP over SSL on server and client side.
No multithreading yet. Windows port is comming.
Anton Dedov
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry for some advertisement.
I was using XmlRpc++ last year. But I have decided to implement my own one due to lack of SSL support in XmlRpc++.
You can find a first version at http://libiqxmlrpc.sourceforge.net.
It supports HTTP, HTTP over SSL on server and client side.
No multithreading yet. Windows port is comming.
Anton Dedov
Multithreading via thread pools already available too.
hwo about utf-8?
Libiqxmlrpc uses utf-8 by default.