0
votes

I am migrating an application from SSRS-2012 to SSRS-2016. We are having an application to deploy rdl files to the report server. Inside that application we are using Report Server Web Service Endpoints. For SSRS-2012 we used following service url

http://localhost/ReportServer/ReportService2010.asmx

When I am migrating to SSRS-2016, what shall be the Report service endpoint?. I didn't find a specific endpoint for SSRS-2016. I confirmed that the same endpoint(above mentioned url-ReportService2010.asmx) is working with SSRS-2016 also.

Anyone please suggest which endpoint should be used with SSRS-2016.

Thanks in Advance

1

1 Answers

1
votes

The endpoint name is the same for SSRS 2012 and SSRS 2016 (ReportService2010). As described here : https://docs.microsoft.com/en-us/sql/reporting-services/report-server-web-service/methods/report-server-web-service-endpoints

It only can change if you switch to SSRS 2017 and use the REST API (https://docs.microsoft.com/en-us/sql/reporting-services/developer/rest-api)