如何从 MFC 应用程序中调用 Web 服务? (对比 2008 年)

发布于 2024-12-24 22:25:43 字数 304 浏览 3 评论 0原文

有人可以与我分享他们的方法吗?

您是如何设法从 VS2008 中的 MFC 应用程序调用 Web 服务的?

我有一个 MFC 应用程序,我想连接第三方的 Web 服务以方便处理医疗索赔。

我想我将能够在 CodePlex 上找到 ATL Server 源代码。而且,我想我将能够识别其中的 sproxy 工具。但是,有人可以向我提供更多关于如何进一步进行的细节吗?或者你能给我推荐一些我可以查到的文档吗?

这是“正确”的技术吗?我应该研究 gSoap 吗?

非常感谢您的帮助,

......卡梅伦

Could someone share their approach with me?

How did you manage to invoke a Web Service from and MFC application in VS2008?

I have an MFC application, and I would like to hook up with a third party's Web Service to facilitate the processing of medical claims.

I presume I will be able to locate the ATL Server source Code at CodePlex. And, I presume I will be able to identify the sproxy tool within it. But, can anyone offer me a few more details as to how to proceed further? Or could you refer me to any documentation I can chase through?

Is this the "correct" tehnique? Should I look into gSoap?

Many thanks for any assistance,

.......Cameron

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

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

发布评论

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

评论(1

以往的大感动 2024-12-31 22:25:43

将 Web 服务添加到 .net 应用程序的一种方法是右键单击解决方案资源管理器窗口中的“服务引用”。

可以用同样的方式添加WCF应用程序。

One way to add web service to a .net application is to right click the "Service Reference" in the solution explorer window.

WCF application can be added the same way.

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