Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the reporting server web service

On SSRS 2005 you can find a web service on http://yourserver/reportservice/reportservice.asmx which you can use to deploy your reports.

Is there a similar service on SSRS 2008 R2? Where? In case that this service doesn't exist, how can I deploy the reports by code?

like image 613
dcarneiro Avatar asked Oct 12 '22 11:10

dcarneiro


1 Answers

From: http://msdn.microsoft.com/en-us/library/ms155398.aspx

If the report server is configured for native mode or SharePoint integrate mode, the WSDL for the management endpoint can be accessed using one of the following URL:

http://_Server_Name_/ReportServer/ReportService2010.asmx?wsdl

like image 156
Jamie F Avatar answered Oct 14 '22 05:10

Jamie F