[Mono-bugs] [Bug 68957][Wis] Changed - wsdl code generation discrepancy
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 30 Oct 2004 17:59:53 -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 piersh@friskit.com.
http://bugzilla.ximian.com/show_bug.cgi?id=68957
--- shadow/68957 2004-10-30 17:58:05.000000000 -0400
+++ shadow/68957.tmp.21617 2004-10-30 17:59:53.000000000 -0400
@@ -1,14 +1,14 @@
Bug#: 68957
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Wishlist
Component: Sys.Web.Services
AssignedTo: mono-bugs@ximian.com
ReportedBy: piersh@friskit.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -38,6 +38,13 @@
------- Additional Comments From piersh@friskit.com 2004-10-30 17:58 -------
Created an attachment (id=13123)
mono-generated class file
+
+------- 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.