Server did not recognize the value of HTTP Header SOAPAction



I have a winforms 1.1 application that has been using web services from a
1.1 web services project on the backend. I have to keep the winforms app in
..Net 1.1 for now, but need to upgrade the backend to 2.0. After
successfully upgrading the backend project to .Net 2.0 and creating new web
references in the winforms app to the new 2.0 backend, I'm getting the
following error when trying to call a web service:

System.Web.Services.Protocols.SoapException:
System.Web.Services.Protocols.SoapException: Server did not recognize the
value of HTTP Header SOAPAction:
http://tempuri.org/wsVIPN/wsProj/Get_Project_SearchResults.
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.ServerProtocolFactory.Create(Type type,
HttpContext context, HttpRequest request, HttpResponse response,
Boolean& abortProcessing)

Even when I delete the web reference and recreate it, I still get this
error. Any ideas on how to resolve this?

Thanks.



--
moondaddy@xxxxxxxxxxxxxxx


.



Relevant Pages

  • RE: WSE3: authentication problem
    ... So in the winforms I get the currently logged in user and set ... the web services credentials like this: ... protected override string AuthenticateToken(UsernameToken userName) ... Where MyUser is: ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • Re: Email Forwarding
    ... Winforms is a graphical user interface technology, web services are an XML ... There are plenty of free C# pop3 implementations kicking around on the ...
    (microsoft.public.dotnet.languages.csharp)
  • asp.net, web services, and sharepoint object model...
    ... When I use them with WinForms, ... When I try to use it in Web Applications or Web Services, ... I read also something about using the formDigest sharepoint Control, ...
    (microsoft.public.sharepoint.portalserver.development)
  • WSE3: authentication problem
    ... I have a winforms application that I'm trying to get to authenticate with a ... So in the winforms I get the currently logged in user and set ... the web services credentials like this: ... Where MyUser is: ...
    (microsoft.public.dotnet.framework.webservices.enhancements)
  • How to distinguish WinForms from ASP .NET?
    ... web services to winforms and ... windows services. ... I would like to do one things if it is called from asp ... and other if it is called from WinForms app. ...
    (microsoft.public.dotnet.languages.vb)

Loading