SQL 报告服务参考

发布于 2024-08-31 23:28:53 字数 160 浏览 9 评论 0原文

我想添加对本地计算机上的 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 技术交流群。

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

发布评论

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

评论(3

情何以堪。 2024-09-07 23:28:53

SSRS中有两种地址(您可以在SSRS配置工具上找到它们),

 //localhost:xxxx/Reports

并且

 //localhost:xxxx/ReportServer

您必须使用ReportServer

There are two kind of address in SSRS, (youcan find them on SSRS Configuration Tool)

 //localhost:xxxx/Reports

and

 //localhost:xxxx/ReportServer

you have to use ReportServer

放我走吧 2024-09-07 23:28:53

首先,你应该尝试这个网址:
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

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