Report Server Web Service

SQL Server Reporting Services 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 Reporting Services applications based on the Web service. You can:

Programming Diagram

Reporting Services available Web service development options

Report Server Web service development options

In This Section

User Requirements for Web Service Development

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

  • Microsoft Internet Explorer 5.5 or later installed on a computer with an Internet connection to and access to the report server.

  • Microsoft Visual Studio or the Microsoft .NET Framework SDK installed on a computer if you want to develop and deploy Reporting Services applications using the Microsoft .NET Framework.

  • An in-depth understanding of Microsoft SQL Server Reporting Services features and capabilities.

  • A firm understanding of SOAP and XML Web Services.

  • Development experience in a .NET Framework-compatible language such as Microsoft Visual C# or Microsoft Visual Basic, if you plan to use the .NET Framework as your development platform.