[Mono-bugs] [Bug 51197][Wis] New - [Web services] Should throw InvalidOperationExc. when text/xml is not the content type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Nov 2003 01:13:55 -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 gonzalo@ximian.com.

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

--- shadow/51197	2003-11-20 01:13:55.000000000 -0500
+++ shadow/51197.tmp.14904	2003-11-20 01:13:55.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 51197
+Product: Mono/Class Libraries
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: [Web services] Should throw InvalidOperationExc. when text/xml is not the content type
+
+Steps to reproduce:
+-Create an empty TestService.asmx
+-Run ServiceClient.exe
+
+Actual results:
+Before my previous fix you got an Exception, now a WebException, but for
+this case, MS throws an InvalidOperationException including the full response.