http://bugzilla.novell.com/show_bug.cgi?id=579432
http://bugzilla.novell.com/show_bug.cgi?id=579432#c1 --- Comment #1 from Atsushi Enomoto <[email protected]> 2010-02-12 13:13:15 UTC --- It's much more complicated than I thought. The Media type in http://sl.rtl.hu/api/default.svc?xsd=xsd2 used by several xsd elements such as RetrieveResponse, is without certain target namespace, and derived from another Media element which is however with a target namespace "http://schemas.datacontract.org/2004/07/SkyInteractive.Media.Common.Bases". The base complex type object should be imported in its own namespace and the CLR type from namespace-less Media should derive from the other CLR type from the other one. It might be that the schema import strategy is different from XmlSerialization (it indeed is) and I might have to reimplement another xsd importer from scratch (current approach is to hack the classic XmlSchemaImporter output to adjust to WCF style). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
