[Mono-bugs] [Bug 70310][Nor] New - empty responses

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 7 Dec 2004 22:06:54 -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 james@ximian.com.

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

--- shadow/70310	2004-12-07 22:06:54.000000000 -0500
+++ shadow/70310.tmp.21048	2004-12-07 22:06:54.000000000 -0500
@@ -0,0 +1,21 @@
+Bug#: 70310
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web.Services
+AssignedTo: lluis@ximian.com                            
+ReportedBy: james@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: empty responses
+
+If a web service call returns a 202, with a 0 conten-length (and obviously
+no SOAP envelope), mono pukes trying to parse the response because it
+expects an envelope.  It should just stop.