Error: Server did not recognize the value of HTTP Header SOAPAction

  • Hi,

    [p]Recently we are migrated our SQL Server version from 2005 to 2008. We are getting the following error, when we run the reports using SQL 2008 reporting services. [/p][p]

    System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://schemas.microsoft.com/sqlserver/2005/06/30/reporting/reportingservices/GetReportParameters.

    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)

    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

    [/p] [p]Then I googled and found that need to change URL, so I changed http://<server>/ReportServer/ReportService2005.asmx from http://<server>/ReportServer/ReportService.asmx. Even though I am getting the same error.[/p][p]What might be the problem? [/p][p]Can anybody help me to resolve this issue? [/p]

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

  • [p]Hi,[/p][p]I have come up with the solution for my post. I changed URL to http://<server>/ReportServer/reportservice2005.asmx. Please note this URL is case sensitive.[/p]

    KSB
    -----------------------------
    Thousands of candles can be lit from a single candle, and the life of the candle will not be shortened. Knowledge and happiness never decreases by being shared.” - Buddha

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply