Hi,
when I call my webservice from local it works fine. But, when I copy
it to the web site and call it then, the following error occurs. I
have no idea :(.
System.Web.Services.Protocols.SoapException: Server did not recognize
the value of HTTP Header SOAPAction:
MatthiasRusche.WinExpert.Update/GetPreDownloadMessage.
at
System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type
type, HttpContext context, HttpRequest request, HttpResponse response,
Boolean& abortProcessing)
TIA, Frank
Frank Jeseit - 28 Jun 2005 10:48 GMT
Hi,
> when I call my webservice from local it works fine. But, when I
> copy it to the web site and call it then, the following error
> occurs. I have no idea :(.
> System.Web.Services.Protocols.SoapException: Server did not
> recognize the value of HTTP Header SOAPAction:
Got it! I had a "namespace=http://www.tempuri.org" directive in a xsd
file.
Frank