使用 .NET 2.0 的 WSE 2.0 Web 服务客户端
从 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们使用 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.