简体   繁体   English

搜索嵌入式XML-RPC服务器(使用SSL / TLS)

[英]Searching for embedded XML-RPC server (with SSL/TLS)

I'm searching for xmlrpc libraries that can be embedded in a C++ application. 我正在搜索可以嵌入在C ++应用程序中的xmlrpc库。 XmlRpc++ on SourceForge is a very neat solution but doesn't provide HTTPS support. SourceForge上的XmlRpc ++是一个非常简洁的解决方案,但不提供HTTPS支持。

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). 其他类似RPC的解决方案(例如gSOAP)并非免费用于商业用途(或者我弄错了,它们也提到了类似MPL的许可证 )。

What about Apache's Axis/C++, can it be embedded somehow (I only found an unanswered mailing list entry )? 那么Apache的Axis / C ++可以以某种方式嵌入(我只找到了未答复的邮件列表条目 )吗?

I'm thankful for any resources / library suggestions that 感谢您提供的任何资源/库建议

  • can be embedded using C/C++ 可以使用C / C ++嵌入
  • support HTTPS (or SSL/TLS in general) 支持HTTPS(或一般的SSL / TLS)
  • may be used for commercial purposes 可用于商业目的

There's XMLRPC-EPI which to me seems to have a good license. 在我看来,有一个XMLRPC-EPI许可证不错。 Although it provides an server interface it isn't a HTTP/HTTPS server in itself. 尽管它提供了服务器接口,但它本身并不是HTTP / HTTPS服务器。 For that you need something else. 为此,您还需要其他东西。 But to me this seems like a good thing, as it keeps XMLRPC-EPI to its core function. 但是对我来说,这似乎是一件好事,因为它使XMLRPC-EPI保持其核心功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM