SQL 报告服务参考
我想添加对本地计算机上的 SQL 报告服务的服务引用。在“Web 服务 URL”选项卡下的“报告服务配置管理器”中,我公开了报告服务 URL,我尝试使用该 Web 引用 URL 将 Web 引用添加到项目中,但找不到。
请告诉我我是否遗漏了什么或者这是正确的方法吗?
多谢。
I want to add service reference to SQL reporting services on local machine. In Reporting Service Configuration Manager under Web Service URL tab I have report service URL exposed, I have tried to add web reference to project with that Web Reference URL, but it can not be found.
Please tell me am I missing something or is this right way to to?
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用此:
http://server/reportserver/ReportService2005.asmx?wsdl
参考:
http://msdn.microsoft.com/en-us/library/ms154052。 ASPX
Use this:
http://server/reportserver/ReportService2005.asmx?wsdl
ref:
http://msdn.microsoft.com/en-us/library/ms154052.aspx
SSRS中有两种地址(您可以在SSRS配置工具上找到它们),
并且
您必须使用
ReportServer
There are two kind of address in SSRS, (youcan find them on SSRS Configuration Tool)
and
you have to use
ReportServer
首先,你应该尝试这个网址:
http://localhost/ReportServer/ReportService.asmx?WSDL
WSDL 位于 URL 末尾非常重要,因为只有通过此查询字符串 Web 服务才会返回 Web 服务定义以供报告服务引用。
或者,在“添加 Web 引用”对话框中,您可以选择“本地计算机上的 Web 服务”(参见图片),然后在那里选择您的服务。
替代文本 http://img706.imageshack.us/img706/2387/solution.png< /a>
有关所需权限的其他信息如下:
http://msdn.microsoft.com/en-us/library/ms169816。 ASPX
First of all, you should try this url:
http://localhost/ReportServer/ReportService.asmx?WSDL
WSDL at the end of the url is very important, because only by this querystring web-service will return the Web-Service Definition for the reporting services reference.
Other way, in "Add web-reference" dialog you can choose the "Web services on the local machine" (see the picture), and choose your service there.
alt text http://img706.imageshack.us/img706/2387/solution.png
Additional information about permissions needed is here:
http://msdn.microsoft.com/en-us/library/ms169816.aspx