V
Vlad
I am intermittently getting the following exception when calling a
webservice.
Both the webservice and the client accessing it were written in C#.net2003
The call to the Web service is performed asynchrously using
BeginMethodName()/EndMethodName() scheme.
Event Type: Error
Event Source: MySource
Event Category: None
Event ID: 0
Date: 1/21/2004
Time: 4:34:34 PM
User: N/A
Computer: TESTPC
Description:
Exception:
System.Net.WebException: The underlying connection was closed: An unexpected
error occurred on a receive.
at System.Web.Services.Protocols.WebClientAsyncResult.WaitForResponse()
at System.Web.Services.Protocols.WebClientProtocol.EndSend(IAsyncResult
asyncResult, Object& internalAsyncState, Stream& responseStream)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult
asyncResult)
at WebService.ITP.EndSubmitInvoices(IAsyncResult asyncResult) in
WebService\Reference.cs:line 56
at Mail.MailProcessor._onAfterSubmit(IAsyncResult ar) in ...
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
webservice.
Both the webservice and the client accessing it were written in C#.net2003
The call to the Web service is performed asynchrously using
BeginMethodName()/EndMethodName() scheme.
Event Type: Error
Event Source: MySource
Event Category: None
Event ID: 0
Date: 1/21/2004
Time: 4:34:34 PM
User: N/A
Computer: TESTPC
Description:
Exception:
System.Net.WebException: The underlying connection was closed: An unexpected
error occurred on a receive.
at System.Web.Services.Protocols.WebClientAsyncResult.WaitForResponse()
at System.Web.Services.Protocols.WebClientProtocol.EndSend(IAsyncResult
asyncResult, Object& internalAsyncState, Stream& responseStream)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.EndInvoke(IAsyncResult
asyncResult)
at WebService.ITP.EndSubmitInvoices(IAsyncResult asyncResult) in
WebService\Reference.cs:line 56
at Mail.MailProcessor._onAfterSubmit(IAsyncResult ar) in ...
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.