[Mono-bugs] [Bug 68646][Maj] Changed - Exception parsing wsdl from wssdk

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 25 Oct 2004 15:23:23 -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 aidan@ximian.com.

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

--- shadow/68646	2004-10-22 14:35:28.000000000 -0400
+++ shadow/68646.tmp.27793	2004-10-25 15:23:23.000000000 -0400
@@ -217,6 +217,16 @@
 is regarded as containing incorrect schema component.
 
 ------- Additional Comments From atsushi@ximian.com  2004-10-22 14:35 -------
 Just a note, the corresponding section of W3C XML Schema structures
 was incorrect and the errata is issued at No.26 of
 http://www.w3.org/2001/05/xmlschema-errata#Errata1
+
+------- Additional Comments From aidan@ximian.com  2004-10-25 15:23 -------
+Ok. so, I don't really know enough about XML Schema and WSDL to really
+to understand what was said above, but I think the basic gist of it is
+that the wssdk-emitted wsdl isn't fulfilling certain specified
+criteria that only apply to subclasses?
+
+If I edit the wsdl such that the problematic objects (the FooProxy
+classes for Keyboard, Processor etc) extend ZENObject rather than the
+child of ZENObject that they currently do, the mono tool accepts it...