【发布时间】:2015-03-03 18:58:26
【问题描述】:
我正在使用 Visual Studio Professional 2012 并尝试通过添加服务引用>高级>添加 Web 引用为 ReportService.asmx 添加 Web 引用。
在 Add Web Reference 对话框中,我输入 ssrs 报告服务的地址,然后单击 GO。网址是,
http://MyServerName/ReportServer/ReportService.asmx。
我可以在浏览器中查看 WSDL。
在左侧,它显示了它在 WSDL 中找到的方法。
右侧,添加引用按钮被禁用,出现如下错误:
The HTML document does not contain Web service discovery information.
这可能是什么原因?
【问题讨论】:
标签: c# asp.net-mvc-4 visual-studio-2012 reporting-services wsdl