[Mono-bugs] [Bug 78461][Wis] New - Webservice does not allow GET and POST methods for enumerations

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri May 19 16:51:34 EDT 2006


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 carlos at applianz.com.

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

--- shadow/78461	2006-05-19 16:51:34.000000000 -0400
+++ shadow/78461.tmp.28272	2006-05-19 16:51:34.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 78461
+Product: Mono: Class Libraries
+Version: 1.1
+OS: All
+OS Details: Gentoo
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: lluis at ximian.com                            
+ReportedBy: carlos at applianz.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Webservice does not allow GET and POST methods for enumerations
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+If you make a webservice method which takes an Enum as one of the
+parameters, the message layout will not display a GET and POST method
+because of the "complex" type, it only shows the SOAP message. MS.Net will
+display all of them. Also the Test Form doesn't work for Enum types. I
+tried forcing the webservice under mono by using the GET format from MS.NET
+and it just errored out.
+
+Its not a huge deal but not being able to do GETs makes it really hard to
+script things with wget sometimes.


More information about the mono-bugs mailing list