在 Qt 中使用网络服务

发布于 2024-11-07 10:14:28 字数 158 浏览 0 评论 0原文

我正在浏览与 Qt 中的 Webservice 相关的各种文章,但不幸的是没有得到我正在寻找的内容。我正在使用带有 SOAP 的 .Net Web 服务,并且想要解析该服务。浏览了各种相关文章,但我面临的基本问题是获取 Soap 库?从哪里下载?以及如何整合?这真的对我有用吗?

谢谢。

I was surfing through various article related to Webservice in Qt , but unfortunatly didn't got what i was looking for. I am using .Net webservice with SOAP, and want to parse this service. Gone through various related article, but the basic problem that i am facing is to get the Soap libraries? Where to download from? And how to integrate? And this will really work for me?

Thank You.

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

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

发布评论

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

评论(2

野味少女 2024-11-14 10:14:28

您最好的选择可能是将 gSOAP 集成到您的 Qt 应用程序中。 (确保许可条款适合您。)

良好的运行-如何进行集成的详细信息是 GSoap:用于 Qt 应用程序的 SAOP 和 XML Web 服务(包括示例 .zip 文件)。这不需要 Qt 的特定版本(因为 gSOAP 本质上完成了所有工作),所以任何现代的都应该做。

Your best bet is probably integrating gSOAP into your Qt application. (Make sure it's Licensing terms are ok for you.)

A good run-down of how to do the integration is GSoap: SAOP and XML Web services for Qt apps (includes a sample .zip file). That doesn't require a specific version of Qt (since gSOAP is doing all the work essentially), so anything modern-ish should do.

叹沉浮 2024-11-14 10:14:28

尽管这是一个很晚的建议,Apache Axis 是一个免费/开源软件 SOAP看起来适合您需求的堆栈。

Although it's a very late suggestion, Apache Axis is a free/open source software SOAP stack that appears to fit your needs.

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