I'm searching for xmlrpc libraries that can be embedded in a C++ application. XmlRpc++ on SourceForge is a very neat solution but doesn't provide HTTPS support.
Other RPC-like solutions such as gSOAP are not free for commercial use (or do I get that wrong, they mention a MPL-like license, too).
What about Apache's Axis/C++, can it be embedded somehow (I only found an unanswered mailing list entry)?
I'm thankful for any resources / library suggestions that
- can be embedded using C/C++
- support HTTPS (or SSL/TLS in general)
- may be used for commercial purposes