Re: Web Service timeout
From: Paul Degneau (ytivarg_at_ivggzn.net)
Date: 03/11/04
- Next message: Echo: "Server was unable to process request. --> The root element is missing"
- Previous message: Bill Wheelock: "RE: Consuming Web Service exposed using Java in .NET C# client"
- In reply to: Paul Degneau: "Re: Web Service timeout"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 11 Mar 2004 17:14:45 -0600
Well...I think I'm getting closer. I tried out a 2k client box, I got
better error messages:
System.Net.WebException: The underlying connection was closed: An unexpected
error occurred on a send.
at
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest
request)
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebReques
t request)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at SimpleClassLib.SimpleWebService.Service1.HelloWorld()
at SimpleClassLib.Class1.getModROSNom()
System.Net.WebException: The underlying connection was closed: An unexpected
error occurred on a receive.
at
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebRequest
request)
at
System.Web.Services.Protocols.HttpWebClientProtocol.GetWebResponse(WebReques
t request)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at SimpleClassLib.SimpleWebService.Service1.HelloWorld()
at SimpleClassLib.Class1.getModROSNom()
Googling on these errors returned an ASP.NET bug
http://support.microsoft.com/default.aspx?scid=kb;en-us;819450. The
client-side workaround described seems to work, but only if I use anonymous
access for my web service. This is a medical application and we will be
required to use Integrated Windows Auth at a minimum. Is there any other
workaround for this problem? What is the timeframe for 1.1 SP1?
I still don't understand why this problem doesn't occur at all with IIS 5.0
or 5.1. I also don't understand why I get differing error messages from XP
and 2k.
Thanks
Paul
"Paul Degneau" <ytivarg@ivggzn.net> wrote in message
news:OFPOCd3BEHA.3404@TK2MSFTNGP10.phx.gbl...
> I've started sniffing the traffic between the client and server and when
the
> timeouts occur there is no traffic at all. Could IE be causing problems
> even before the request is sent? If so, why don't we see this problem when
> we use IIS5 or IIS5.1? Any ideas? I'm open to anything at this point.
>
> Thanks
>
>
- Next message: Echo: "Server was unable to process request. --> The root element is missing"
- Previous message: Bill Wheelock: "RE: Consuming Web Service exposed using Java in .NET C# client"
- In reply to: Paul Degneau: "Re: Web Service timeout"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|