使用 .NET 2.0 的 WSE 2.0 Web 服务客户端

发布于 2024-07-06 06:38:35 字数 133 浏览 9 评论 0原文

从 .NET 2.0 访问 WSE 2.0 Web 服务的最佳方式是什么? 使用 VS2005 的 Web 引用不起作用,因为生成的类使用 System.Web.Services 作为其基础(而不是 Microsoft.Web.Services2)。

What's the best way to access WSE 2.0 web services from .NET 2.0?
Using VS2005's web references is not working, because generated classes are using System.Web.Services as their base (instead of Microsoft.Web.Services2).

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

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

发布评论

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

评论(1

念﹏祤嫣 2024-07-13 06:38:35

我们使用 VS2003 生成并更新 Web 引用,并通过批处理文件将它们复制到 vs2005 和现在的 2008 项目中。

We use VS2003 to generate and update the web references with a batch file to copy them to the vs2005 and now 2008 project.

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