使用 C++ 执行 SOAP 或 REST 的选项
我正在寻找 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它很旧,但可以工作:
SPROXY。 EXE
。它是开源的,您可以从 CodePlex 获取它。
It's old, but it works:
SPROXY.EXE
.It's open source, you can get it from CodePlex.