[Mono-bugs] [Bug 76101][Nor] Changed - Client proxy has incorrect return type XmlElement instead of DataSet

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Sep 22 06:08:03 EDT 2005


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 lluis at ximian.com.

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

--- shadow/76101	2005-09-14 06:59:41.000000000 -0400
+++ shadow/76101.tmp.32330	2005-09-22 06:08:03.000000000 -0400
@@ -2,21 +2,20 @@
 Product: Mono: Class Libraries
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Web.Services
 AssignedTo: lluis at ximian.com                            
 ReportedBy: scott.barnham at ifgmgt.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Client proxy has incorrect return type XmlElement instead of DataSet
 
 Description of Problem:
 
 The client proxy generated by mono for a web service has a return type of
 XmlElement instead of DataSet.  This is new to mono 1.1.9.
@@ -61,6 +60,11 @@
 
 Additional Information:
 
 Tested on RedHat 9 with mono 1.1.9, xps 1.1.9, mod_mono 1.1.9.  If I use
 the proxy generated by mono 1.1.8 to call web services running under 1.1.9,
 it works fine.
+
+------- Additional Comments From lluis at ximian.com  2005-09-22 06:08 -------
+This regression is due to r46217. The IXmlSerializable.GetSchema ()
+method does not return null anymore for untyped data sets. Kosta, can
+this be changed again?


More information about the mono-bugs mailing list