How to use WebService of SQL Server 2008 Reporting Services

前端 未结 3 699
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-03 12:32

I created a report and published it to the Report Server 2008 that worked fine. I can call http://servername:81/Reports in my browser and view and expo

3条回答
  •  甜味超标
    2021-02-03 13:29

    Check in the following folder: C:\Program Files\Microsoft SQL Server\MSRS10.OSSSQL2008\Reporting Services\ReportServer\

    There are two files: -ReportService2005.asmx -ReportExecution2005.asmx

    Combine these with your url above "http://servername:81/ReportServer" to form the correct link to your webservice i.e. "http://servername:81/ReportServer/ReportService2005.asmx?wsdl"

提交回复
热议问题