如何使用 WSDL 文件在 .NET 中生成代理类

发布于 2024-12-05 01:55:12 字数 314 浏览 2 评论 0 原文

我试图为具有以下目标命名空间的 WSDL 文件创建代理类:

命名空间:http://schemas.microsoft.com/windows/2006/ 08/wdp/扫描

当我使用 svcutil 工具时出现以下错误:

无法绑定端口类型“CreateScanJobRequest”

I was trying to create a proxy class for a WSDL file having the below target namespace:

NameSpace: http://schemas.microsoft.com/windows/2006/08/wdp/scan

I'm getting the following error when i use the svcutil tool:

Unable to bind port type 'CreateScanJobRequest'

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

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

发布评论

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

评论(1

猫腻 2024-12-12 01:55:12

的现有问题

这可能是 .Net 4.0 http://connect.microsoft.com/VisualStudio/feedback/details/468993/svcutil-exe-unable-to-match-binding-and-porttype-operations

或者

它可能需要标签的名称,如以下链接的 Bad-ish WSDL 部分中所述

http://www.hanselman.com/blog/BreakingAllTheRulesWithWCF.aspx

It could be an existing issue of .Net 4.0

http://connect.microsoft.com/VisualStudio/feedback/details/468993/svcutil-exe-unable-to-match-binding-and-porttype-operations

OR

it could be requiring a name to the tag as mentioned in Bad-ish WSDL Section in the below link

http://www.hanselman.com/blog/BreakingAllTheRulesWithWCF.aspx

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