Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 3.22 KB

File metadata and controls

36 lines (30 loc) · 3.22 KB
title Integrate using SOAP
description The Reporting Services SOAP API provides several Web service endpoints for developing custom reporting solutions.
ms.date 09/25/2024
ms.service reporting-services
ms.subservice application-integration
ms.topic reference
ms.custom
updatefrequency5
helpviewer_keywords
Report Server Web service, application integration
SOAP [Reporting Services]
SOAP [Reporting Services], about report integration
integrating reports [Reporting Services]
Web service [Reporting Services], application integration

Integrate Reporting Services by using SOAP

The [!INCLUDEsql2008r2] [!INCLUDEssRSnoversion] SOAP API provides several Web service endpoints for developing custom reporting solutions. The endpoints currently fall into two categories: management and execution. The management functionality is exposed through the xref:ReportService2005, xref:ReportService2006, and xref:ReportService2010 endpoints. The xref:ReportService2005 endpoint is used for managing a report server that is configured in native mode. The xref:ReportService2006 endpoint is used for managing a report server that is configured for SharePoint integrated mode. The xref:ReportService2010 merges the functionalities of xref:ReportService2005 and xref:ReportService2006 and can manage a report server that is configured for either native or SharePoint integrated mode.

Note

The xref:ReportService2005 and xref:ReportService2006 endpoints are deprecated in [!INCLUDEsql2008r2]. The xref:ReportService2010 endpoint includes the functionalities of both endpoints and contains additional management features.

The execution functionality is exposed through the xref:ReportExecution2005 endpoint and is used when the report server is configured in native or SharePoint integrated mode. The following articles show how these endpoints can be used for developing reporting solutions in [!INCLUDEmsCoName] Windows, SharePoint, and Web applications.

In this section

Using the SOAP API in a Windows Application
Describes how to use the SOAP API to integrate [!INCLUDEssRSnoversion] into a Windows environment.

Using the SOAP API in a Web Application
Describes how to use the SOAP API to integrate [!INCLUDEssRSnoversion] into a Web environment.

Related content