N
Nicholas Stamos
Hi,
I have a problem with my Web Service.
Every time the IIS worker process hosting the Web Service gets recycled any
call from a client generates the following exception:
System.Web.Services.Protocols.SoapException :
System.Web.Services.Protocols.SoapException: Server did not recognize the
value of HTTP Header SOAPAction:
http://www.phaseforward.com/webservices/ecsmproxy/SubmitReport.
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)
The only way to fix it is to stop IIS and clean the ASP.NET temporary folder
(%WINDOWS%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files).
After that the problem goes away.
Any ideas?.
Thanks a lot.
I have a problem with my Web Service.
Every time the IIS worker process hosting the Web Service gets recycled any
call from a client generates the following exception:
System.Web.Services.Protocols.SoapException :
System.Web.Services.Protocols.SoapException: Server did not recognize the
value of HTTP Header SOAPAction:
http://www.phaseforward.com/webservices/ecsmproxy/SubmitReport.
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)
The only way to fix it is to stop IIS and clean the ASP.NET temporary folder
(%WINDOWS%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files).
After that the problem goes away.
Any ideas?.
Thanks a lot.