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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
