SSRS report - going from on-prem to Azure

mark goldin 696 Reputation points
2021-07-22T15:48:06.2+00:00

There is a report that pulls data from on-prem SQL server. Now it's moving to Azure. The provider is giving a SOAP envelope to access data. How that can be used in SSRS?

Thanks

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
3,064 questions
0 comments No comments
{count} votes

Accepted answer
  1. mark goldin 696 Reputation points
    2021-07-23T12:11:57.837+00:00

    I will need to find out what methods to use to get data, right?


4 additional answers

Sort by: Most helpful
  1. Olaf Helper 47,441 Reputation points
    2021-07-23T11:44:40.79+00:00

    SOAP API returns data as XML and SSRS reports can cosume XML as data source, see XML Connection Type (SSRS) and XML Query Syntax for XML Report Data (SSRS)

    1 person found this answer helpful.
    0 comments No comments

  2. Joyzhao-MSFT 15,636 Reputation points
    2021-07-23T05:53:38.467+00:00

    Hi @mark goldin ,
    I guess you may need to refer to: The Role of SOAP in Reporting Services.
    Best Regards,
    Joy


    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

  3. mark goldin 696 Reputation points
    2021-07-23T09:49:25.677+00:00

    Isn't that link about using SSRS reporting services web services? I need to know how to use SOAP to access Azure SQL Server database.

    0 comments No comments

  4. mark goldin 696 Reputation points
    2021-07-23T19:57:28.157+00:00

    When I go to this link it prompts me with something that I cannot read.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.