[Mono-bugs] [Bug 44691][Nor] New - System.Net.WebException: The request timed out

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 13 Jun 2003 00:00:31 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tberman@gentoo.org.

http://bugzilla.ximian.com/show_bug.cgi?id=44691

--- shadow/44691	Fri Jun 13 00:00:31 2003
+++ shadow/44691.tmp.28436	Fri Jun 13 00:00:31 2003
@@ -0,0 +1,76 @@
+Bug#: 44691
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: tberman@gentoo.org               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.Net.WebException: The request timed out
+
+Description of Problem:
+
+HttpRequest times out when attempting to use a proxy to connect to a web
+service.
+
+Steps to reproduce the problem:
+1. mono, mcs and xsp from cvs
+2. Use a proxy to connect to a web service. (provided one.)
+
+Actual Results:
+Error in '/' Application
+Error
+Description: Error processing request.
+
+Error Message:
+
+Stack Trace:
+
+System.Net.WebException: The request timed out
+in <0x000bd> 00 System.Net.HttpWebRequest:GetRequestStream ()
+in <0x000a7> 00
+System.Web.Services.Protocols.SoapHttpClientProtocol:SendRequest
+(System.Net.WebRequest,System.Web.Services.Protocols.SoapClientMessage)
+in <0x00078> 08
+System.Web.Services.Protocols.SoapHttpClientProtocol:SendRequest
+(System.Net.WebRequest,System.Web.Services.Protocols.SoapClientMessage)
+in <0x000b5> 00 System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(string,object[])
+in <0x00075> 08 System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(string,object[])
+in <0x0005e> 00 .StockTicker:GetHistory (string)
+in <0x00063> 08 .StockTicker:GetHistory (string)
+in <0x0005c> 00 ASP.csStockTickerConsumer_aspx:btnGetHistory_Click
+(object,System.EventArgs)
+in <0x0005a> 01 System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+in <0x000a6> 00 System.Web.UI.WebControls.Button:OnClick (System.EventArgs)
+in <0x0005b> 00
+System.Web.UI.WebControls.Button:System.Web.UI.IPostBackEventHandler.RaisePostBackEvent
+(string)
+in <0x00016> 00 System.Web.UI.Page:RaisePostBackEvent
+(System.Web.UI.IPostBackEventHandler,string)
+in <0x00048> 00 System.Web.UI.Page:RaisePostBackEvents ()
+in <0x0011b> 00 System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x001b0> 00 .ExecuteHandlerState:Execute ()
+in <0x0004e> 00 .StateMachine:ExecuteState (IStateHandler,bool&)
+
+Expected Results:
+
+Output in web browser
+
+How often does this happen? 
+
+Every time
+
+Additional Information:
+
+The example *should* be correct as it came from the Oreilly ASP.NET book.