在 c++ 中使用 Visual Studio 2005 使用 axis 1.3 Web 服务的最佳方式是什么?

发布于 2024-08-30 19:05:12 字数 279 浏览 1 评论 0原文

我正在尝试在 VS 2005 和 VS 2005 中使用 axis Web 服务非托管 c++..

VS 中内置的 sproxy.exe 因命名空间错误而崩溃,因为输入/输出命名空间不同.. 虽然如果我在 c# 中使用 Web 服务,它工作正常..

我已经研究了 gSOAP 以及 Axis C++ 对于我的需要来说似乎都相当复杂

所有这些工具都可以完成这项工作(sproxy 除外,因为我认为我必须做很多工作才能完成这项工作)..有人有任何链接或信息吗最好的方法是什么?

谢谢

I'm trying to consume an axis web service in VS 2005 & unmanaged c++..

The inbuilt sproxy.exe in VS falls over with a namespace error as the input/output namespaces are different.. though if I consume the web service in c# it works fine..

i've investigated gSOAP as well as Axis C++ both seem rather complex for what I need

All these tools could potentially do the job (with the exception of sproxy as i'd have to do a lot of work to get this working I think).. does anyone have any links or information on the best way to go about this?

Thanks

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

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

发布评论

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

评论(1

鸠书 2024-09-06 19:05:12

gSoap 是 C++ 中的 SOAP 实现。另外,由于服务器端是 Axis,因此在 C++ 端使用 axis 的问题也最少。

任何其他选择都会偏离经过验证的路径,该解决方案可能对您来说更好,但一路上您不会找到太多帮助。

gSoap is the SOAP implementation in C++. Also, since server side is Axis, you can expect least problems using axis in c++ side too.

Any other choice is going away from proven path, the solution might be better for you, but you'll not find much help along the way.

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