Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Config Issue in SSRS2008 - ReportService.asmx

Author  Topic 

paul27uk
Starting Member

9 Posts

Posted - 2011-01-10 : 12:33:10
Hi, hope someone can help. I have been trawling the net all afternoon for a solution. I am new to SSRS and configs so please bear this in mind if this is an obvious thing!

I am configuring a local version of SSRS, this is fine. I can deploy reports, run reports & view the manager etc. All is good.

However, we have an application, which I also have local and it seems to not like the 2008 setup. Our system calls the ReportService.asmx for the required reporting and I am aware that the new 2008 no longer has this (replaced by ReportService2005 & 2006 for Integrated Sharepoint). I foolishly expected a change here from ReportService.asmx to ReportService2005.asmx would be all that would be needed. I was wrong.

Any ideas?

Like I have said, I can run the reports fine in the report manager and deploy etc. Just can't get the app to do it.

Error:

or: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render. at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message) at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response) at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)

chernandez_19
Starting Member

1 Post

Posted - 2011-07-27 : 17:45:49
hello, You could solve this problem?
Thanks
quote:
Originally posted by paul27uk

Hi, hope someone can help. I have been trawling the net all afternoon for a solution. I am new to SSRS and configs so please bear this in mind if this is an obvious thing!

I am configuring a local version of SSRS, this is fine. I can deploy reports, run reports & view the manager etc. All is good.

However, we have an application, which I also have local and it seems to not like the 2008 setup. Our system calls the ReportService.asmx for the required reporting and I am aware that the new 2008 no longer has this (replaced by ReportService2005 & 2006 for Integrated Sharepoint). I foolishly expected a change here from ReportService.asmx to ReportService2005.asmx would be all that would be needed. I was wrong.

Any ideas?

Like I have said, I can run the reports fine in the report manager and deploy etc. Just can't get the app to do it.

Error:

or: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2003/12/reporting/reportingservices/Render. at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest() at System.Web.Services.Protocols.SoapServerProtocol.RouteRequest(SoapServerMessage message) at System.Web.Services.Protocols.SoapServerProtocol.Initialize() at System.Web.Services.Protocols.ServerProtocol.SetContext(Type type, HttpContext context, HttpRequest request, HttpResponse response) at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)



nada
Go to Top of Page

floook
Starting Member

2 Posts

Posted - 2011-07-31 : 16:21:16
I just migrated to SSRS 2011.

I had to change the name of the ReportService.asmx to ReportService2010.asmx (in Web References in Visual Studio) and also the name of the class from ReportingService to ReportingService2010 (in my code where I was using the web reference).

I imagine it is going to be the same for previous versions.

Go to Top of Page
   

- Advertisement -