[Mono-bugs] [Bug 74349][Nor] Changed - classes implementing IXmlSerializable are not serialized correctly (patch attached)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 10 Apr 2005 08:50:19 -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 andrews@mainsoft.com.

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

--- shadow/74349	2005-04-05 08:26:20.000000000 -0400
+++ shadow/74349.tmp.446	2005-04-10 08:50:19.000000000 -0400
@@ -147,6 +147,20 @@
 
 
 ------- Additional Comments From lluis@ximian.com  2005-04-05 08:26 -------
 I ran the test case in MS.NET 1.1 and I get exactly the same output,
 so Mono is serializing the dataset using the IXmlSerializable
 interface. Maybe you attached the wrong test case?
+
+------- Additional Comments From andrews@mainsoft.com  2005-04-10 08:50 -------
+Better way to reproduce the bug.
+
+Create a simple WebService with one method and one DataSet. I attached
+ XSD to generate the dataset, and the generated code, too. The source
+code for WebService is attached as well.
+
+Result: WSDL of the WebService have no <import> tag for importing the
+given XSD.
+
+Expected result: see attached files for examples of import tag when
+running on IIS and on Tomcat.
+