Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between ReportService2005.asmx and ReportExecution2005.asmx Web Service Endpoints in SSRS?

Does anyone know what the difference is between the two web service endpoints ReportService2005.asmx and ReportExecution2005.asmx in SQL Server Reporting Services? is there an article that I can go through? Thanks.

like image 577
user384080 Avatar asked May 12 '11 23:05

user384080


People also ask

What is ReportService2005 Asmx?

The ReportService2005 Web service ( reportservice2005. asmx ) allows developers to programmatically manage objects in a report server.

What is Web service URL in SSRS?

The web service URL is to access the SSRS Report Server. It is the URL where the reports get deployed to. You also get a raw report listing from this location if you enter it into your browser.

What is Ssrs for?

SQL Server Reporting Services (SSRS) is a SQL Server subsystem that enables the creation of graphical, mobile and printed reports using SQL Server and other data sources. SQL Server is a relational database management system (RDBMS) that supports transaction processing, business intelligence and analytics applications.


1 Answers

The ReportExecution2005 endpoint allows developers to programmatically process and render reports in a report server. The WSDL for this endpoint is accessed through ReportExecution2005.asmx?wsdl.

The ReportService2005 Web service (reportservice2005.asmx) allows developers to programmatically manage objects in a report server.

like image 116
Mitch Wheat Avatar answered Sep 19 '22 14:09

Mitch Wheat