Hi @Shally Batra ,
According to your description, you come across an error “client found response content type of ", but expected 'text/xml'. The Request failed with an empty response.” when you open a report.
In Reporting Service, this error is caused by calling web services failure. For rendering a report, we should add execution endpoint to URL. ReportExecution2005 endpoint takes effect when developers customize report processing and rendering from a report server. In your scenario, the issue could be the wrong web services URL. The correct URL should looks like: http://hostname/ReportServer/ReportExecution2005.asmx.
For more information, please refer to these two similar threads below:
Client found response content type of '', but expected 'text/xml'
Reference:
Report Server Web Service Endpoints
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.