[Mono-bugs] [Bug 49568][Maj] New - Error while trying to get some enums.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sat, 11 Oct 2003 22:20:43 -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 yoros@wanadoo.es.

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

--- shadow/49568	2003-10-11 22:20:43.000000000 -0400
+++ shadow/49568.tmp.22121	2003-10-11 22:20:43.000000000 -0400
@@ -0,0 +1,30 @@
+Bug#: 49568
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yoros@wanadoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Error while trying to get some enums.
+
+I have a testcase that fails when looking for deserialize one (or more)
+enumerators. I don't know if the server sends enumerators because I used
+the application before and it worked. The only thing changed is the way I
+created the WSDL file. I'll try to create WSDL file in the way I get
+working but filing the possible bug for the enumeration.
+
+For testing:
+
+mcs EstacionSanJavier.cs GlobalWeather.cs -r System.Web.Services
+./EstacionSanJavier.exe
+
+I attach a zip with the two .cs files, the .wsdl file and the output I got.