简体   繁体   English

WebServices 的跨平台开源第三方库

[英]Cross platform open source third party library for WebServices

I'm looking for cross platform open source third party library for web services which support c++.我正在寻找支持 c++ 的 web 服务的跨平台开源第三方库。 I have generated c++ files using WSMakeStubs utility but it uses Core Foundation data types.我使用 WSMakeStubs 实用程序生成了 c++ 文件,但它使用 Core Foundation 数据类型。 I want a library which provide web service call through c++ so that I can use it on Windows and Mac both the platform.我想要一个通过 c++ 提供 web 服务调用的库,以便我可以在 Windows 和 Mac 平台上使用它。 I wanted stubs that can be used on both Windows and Mac platform.我想要可以在 Windows 和 Mac 平台上使用的存根。

Could any one suggest me good library.任何人都可以建议我好的图书馆。

thanks谢谢

I would like to recommend gSoap .我想推荐gSoap In the company I'm working at, we use it for about 7 years now (since version 2.6.0, the actual version is 2.8.3) and only made good experiences with it.在我工作的公司,我们使用它大约7年了(从2.6.0版本开始,实际版本是2.8.3),并且只用它做了很好的体验。 Look at the success stories to get an overview of the companies which are using it.查看成功案例,了解正在使用它的公司。

Related:有关的:

pion is a possibility, though I don't know how it compares to gSoap or other alternatives. pion是一种可能性,尽管我不知道它与 gSoap 或其他替代品相比如何。 I got it working an evening then got distracted with other reverse economies.我花了一个晚上才开始工作,然后就被其他逆向经济分心了。 I seem to remember it having fewer dependencies of the others I researched.我似乎记得它与我研究的其他人的依赖关系较少。

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

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