[Mono-bugs] [Bug 68957][Nor] Changed - wsdl code generation discrepancy
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Nov 2004 05:57:08 -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 lluis@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68957
--- shadow/68957 2004-10-31 12:29:41.000000000 -0500
+++ shadow/68957.tmp.23207 2004-11-03 05:57:08.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 68957
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: WONTFIX
Severity: Unknown
Priority: Normal
Component: Sys.Web.Services
AssignedTo: lluis@ximian.com
ReportedBy: piersh@friskit.com
QAContact: mono-bugs@ximian.com
@@ -45,6 +45,12 @@
------- Additional Comments From piersh@friskit.com 2004-10-30 17:59 -------
notice that in the mono-generated source, the MyID type is replaced
by XmlElement both in the method signature and the definition of
IDContainer.
In the MS.NET source the undefined type 'MyID' is used.
+
+------- Additional Comments From lluis@ximian.com 2004-11-03 05:57 -------
+This is a bug in MS.NET, not in Mono. wsdl should not generate code
+that can't be compiled.
+
+BTW, in Whidbey, the wsdl tool generates XmlElement.