使用 C++ 执行 SOAP 或 REST 的选项

发布于 2024-12-14 05:18:36 字数 227 浏览 0 评论 0原文

我正在寻找 gSoap / Axis C 的替代方案来创建 C++ 肥皂客户端。到目前为止,除了这两个项目之外,我还没有找到任何其他项目。 gSoap 的许可证有点过于严格,而 Axis 似乎几乎被放弃了。

我还发现行业中出现了一种从 SOAP 转向 REST 的趋势,我很难理解这一点。 SOAP 使很多事情变得更加容易,而休息却显得非常乏味。是否有任何优雅的框架可以让您在 C/C++ 中以面向对象的方式进行 REST?

I am looking for an alternative to gSoap / Axis C to create a C++ soap client. So far I haven't been able to find anything other then those two projects. gSoap's license it a little too restrictive while Axis seems just about abandoned.

I also detect a generate trend in the industry away from SOAP towards REST which I battle to understand. SOAP makes so many things a lot easier while rest seems very pedestrian. Are there any elegant frameworks which let you do REST in an object oriented way in C/C++?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情话墙 2024-12-21 05:18:37

它很旧,但可以工作:SPROXY。 EXE

SPROXY.EXE 是一个命令行工具,它生成本机 C++ 客户端代码,用于基于 WSDL 描述访问 XML Web 服务。

它是开源的,您可以从 CodePlex 获取它

It's old, but it works: SPROXY.EXE.

SPROXY.EXE is a command line tool that generates native C++ client code for accessing an XML Web service based on a WSDL description.

It's open source, you can get it from CodePlex.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文