从可移植本机代码访问 SOAP WebServices 的最佳方法是什么?

发布于 2024-08-01 13:56:02 字数 105 浏览 7 评论 0原文

我需要从几个不同的平台访问 SOAP Web 服务(用 .NET 编写,带有 MS SQL 后端,FWIW),所以我的共同点是本机 C++。 是否有一个可移植的库,或者我应该推出自己的解决方案?

I need to access a SOAP webservice (written in .NET with MS SQL backend, FWIW) from several different platforms, so my common denominator is native C++. Is there a portable library for this or I should roll my own solution?

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

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

发布评论

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

评论(2

淡写薰衣草的香 2024-08-08 13:56:02

要在 C++ 中执行 SOAP,您需要网络和 XML/SOAP 库。 这些并不容易找到,特别是在需要跨平台的情况下。

我将从 libcurl 开始。 似乎有一个 SOAP 示例可用

To do SOAP in C++ you need both a networking and an XML/SOAP library. These aren't easy to find, especially if cross-platform is needed.

I would start from libcurl. There seems to be a SOAP example available.

酷炫老祖宗 2024-08-08 13:56:02

使用 Java 而不是 C++ 实际上可能更容易。 Java 确实可以在很多地方运行,并且有非常好的 Web 服务客户端库。

值得一看吗?

It's possible that using Java rather than C++ might actually be easier. Java does run in lots of places and has quite nice Web Service client libraries.

Is that worth a look?

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