I will need to find out what methods to use to get data, right?
SSRS report - going from on-prem to Azure
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
4 additional answers
Sort by: Most helpful
-
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)
-
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. -
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.
-
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.