替代 C++ Web 服务客户端库
我正在使用 wsdlpull 库作为 wsdl 解析器。但在某些情况下它似乎无法正常工作。 我正在说是否还有其他图书馆有这样的例子。 谢谢...
I was using wsdlpull library for wsdl parser. But it seems for some cases it doesn,t work correctly.
I am wordering is there any other library with an example of it.
thanks...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您将 GSOAP 用于非商业项目,则它是免费的。可能值得一看。我发现它有点挑剔,但它有效。
GSOAP is free if you are using it for non-commercial projects. Might be worth checking out. I found it a little finicky but it worked.
您可以尝试simplesoap。它...比 gsoap 更简单 ^^
my2c
You can try simplesoap. It is ... simpler than gsoap ^^
my2c
在 C++ 中实现基于 SOAP 的协议真是地狱,我有过使用它的经验(我使用 gsoap)。
我建议看看其他工具,更适用于SOAP,例如Java,当然如果你可以改变工具的话。
Implent SOAP-based protocols in C++ is real hell, i've experience with it (i use gsoap).
I recommended see to other tools, more applicable for SOAP, such as Java if you can change tool, of course.