Skip to content

Latest commit

 

History

History
70 lines (51 loc) · 6.23 KB

report-server-web-service.md

File metadata and controls

70 lines (51 loc) · 6.23 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic ms.custom helpviewer_keywords
Report Server Web Service
Reporting Services provides functionality of the report server with Report Server Web service, a SOAP service endpoint for report execution and management.
kfollis
kfollis
09/25/2024
reporting-services
report-server-web-service
reference
updatefrequency5
SSIS, Web service
Web service [Reporting Services]
Reporting Services, extending
SQL Server Reporting Services, Web service
Reporting Services, Web service
XML Web service [Reporting Services]
Report Server Web service

Report Server Web service

[!INCLUDEssNoVersion] [!INCLUDEssRSnoversion] provides access to the full functionality of the report server through the Report Server Web service. The Report Server Web service is an XML Web service with a SOAP API. It uses SOAP over HTTP and acts as a communications interface between client programs and the report server. The Web service provides two endpoints - one for report execution and one for report management - with methods that expose the functionality of the report server and enable you to create custom tools for any part of the report life cycle.

There are three primary ways to develop [!INCLUDEssRSnoversion] applications based on the Web service. You can:

Programming diagram

Report Server Web service development options
Reporting Services available Web service development options

In this section

Report Server Web Service Methods
Describes the features and methods of each Report Server Web service.

The Role of SOAP in Reporting Services
Provides an overview of SOAP and how it's used in the Report Server Web services.

Accessing the SOAP API
Describes the Web Service Description Language (WSDL) and provides URLs for accessing a Reporting Services WSDL file.

Building Applications Using the Web Service and the .NET Framework
Contains information about developing applications and Web services that call the Reporting Services SOAP API.

Script with the rs.exe Utility and the Web Service
Provides an overview of the [!INCLUDEssRSnoversion] scripting environment.

Technical Reference (SSRS)
Contains reference material specific to Report Server Web services methods and corresponding complex types.

User requirements for web service development

To develop applications using the Report Server Web service, you need:

Related content