[Mono-bugs] [Bug 51208][Maj] Changed - can't invoke two web service methods

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 26 Nov 2003 15:22:32 -0500 (EST)


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 miguel@ximian.com.

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

--- shadow/51208	2003-11-23 21:40:48.000000000 -0500
+++ shadow/51208.tmp.30602	2003-11-26 15:22:32.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 51208
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: System.Web
 AssignedTo: lluis@ximian.com                            
 ReportedBy: james@ximian.com               
@@ -217,6 +217,50 @@
 ------- Additional Comments From james@ximian.com  2003-11-23 21:32 -------
 I wrote a little python app that sends the 2nd request, and it
 successfully receives a response....
 
 ------- Additional Comments From james@ximian.com  2003-11-23 21:40 -------
 BTW, I am on rh9
+
+------- Additional Comments From miguel@ximian.com  2003-11-26 15:22 -------
+I have CVS from today Nov 26th, 2003, and I get the same error as
+James on Red Hat 9.
+
+Unhandled Exception: System.Net.WebException: Error getting response
+stream ---> System.Exception: 
+	at System.Net.WebConnection.HandleError()
+	at System.Net.WebConnection.ReadDone()
+	at System.MulticastDelegate.invoke_void_IAsyncResult()
+	at System.Net.Sockets.Socket+Worker.End()
+	at System.Net.Sockets.Socket+Worker.Receive()
+in <0x000d5> System.Net.WebConnection:HandleError
+(System.Net.WebExceptionStatus,System.Exception)
+--- End of inner exception stack trace ---
+
+in <0x00076> System.Net.HttpWebRequest:CheckFinalStatus
+(System.Net.WebAsyncResult)
+in <0x00065> (wrapper remoting-invoke-with-check)
+System.Net.HttpWebRequest:CheckFinalStatus (System.Net.WebAsyncResult)
+in <0x001c3> System.Net.HttpWebRequest:EndGetResponse
+(System.IAsyncResult)
+in <0x00092> System.Net.HttpWebRequest:GetResponse ()
+in <0x00078>
+System.Web.Services.Protocols.WebClientProtocol:GetWebResponse
+(System.Net.WebRequest)
+in <0x000ab>
+System.Web.Services.Protocols.WebClientProtocol:GetWebResponse
+(System.Net.WebRequest)
+in <0x0001d>
+System.Web.Services.Protocols.HttpWebClientProtocol:GetWebResponse
+(System.Net.WebRequest)
+in <0x00187>
+System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(string,object[])
+in <0x0020e>
+System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(string,object[])
+in <0x0006b> (wrapper remoting-invoke-with-check)
+System.Web.Services.Protocols.SoapHttpClientProtocol:Invoke
+(string,object[])
+in <0x0005e> .GlobalWeather:getWeatherReport (string)
+in <0x0007c> .Weather:Main (string[])
+