My Reporting Services 2008 web service URL only shows a directory listing

ⅰ亾dé卋堺 提交于 2019-12-12 18:37:33

问题


I have reporting services setup on my machine. I can access http://localhost:8080/Reports_SQL2008 and the reports manager works fine.

When I try accessing the web service URL (http://localhost:8080/ReportServer_SQL2008) all I get is a directory listing that looks something like:

--------------------------------------------------------------------------------

              February 4, 2010 9:08 AM         Data Sources
              February 4, 2010 9:08 AM         ReportProject1


--------------------------------------------------------------------------------
Microsoft SQL Server Reporting Services Version 10.0.1600.22 

I would like to use the web service inside of VS2008, I expected to be able to add a Service Reference to the Reporting Services Web Service URL, but of course it fails.

What am I doing wrong?


回答1:


Apparently, the web service url is actually:

http://localhost:8080/ReportServer_SQL2008/ReportService2005.asmx



来源:https://stackoverflow.com/questions/2200691/my-reporting-services-2008-web-service-url-only-shows-a-directory-listing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!