[Mono-bugs] [Bug 58137][Blo] New - WSDL fails to generate code

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 10:51:16 -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 maym@foobar.lu.

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

--- shadow/58137	2004-05-06 10:51:16.000000000 -0400
+++ shadow/58137.tmp.12265	2004-05-06 10:51:16.000000000 -0400
@@ -0,0 +1,78 @@
+Bug#: 58137
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: maym@foobar.lu               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: WSDL fails to generate code
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+
+Steps to reproduce the problem:
+1. wsdl http://www.gaming.lu:8080/jboss-net/services/BookingService?wsdl
+
+Actual Results:
+
+Mono Web Services Description Language Utility
+Error: System.NotSupportedException: Data type 'Booking' not supported
+in <0x00080> System.Xml.Serialization.TypeTranslator:GetPrimitiveTypeData
+(string)
+in <0x0008a> System.Xml.Serialization.XmlSchemaImporter:GetTypeData
+(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
+in <0x00232>
+System.Xml.Serialization.XmlSchemaImporter:BuildEncodedArrayMap
+(string,string,System.Xml.Serialization.TypeData&)
+in <0x002cb> System.Xml.Serialization.XmlSchemaImporter:BuildArrayMap
+(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaComplexType,System.Xml.Serialization.TypeData&)
+in <0x000a8>
+System.Xml.Serialization.XmlSchemaImporter:ImportClassComplexType
+(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaComplexType,System.Xml.XmlQualifiedName)
+in <0x00119> System.Xml.Serialization.XmlSchemaImporter:ImportType
+(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaType,System.Xml.XmlQualifiedName)
+in <0x0017c> System.Xml.Serialization.XmlSchemaImporter:ImportType
+(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
+in <0x000a3> System.Xml.Serialization.XmlSchemaImporter:GetTypeData
+(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
+in <0x00084>
+System.Xml.Serialization.XmlSchemaImporter:ImportEncodedMembersMapping
+(string,string,System.Xml.Serialization.SoapSchemaMember[],bool)
+in <0x00020>
+System.Xml.Serialization.SoapSchemaImporter:ImportMembersMapping
+(string,string,System.Xml.Serialization.SoapSchemaMember[],bool)
+in <0x0039b>
+System.Web.Services.Description.SoapProtocolImporter:ImportMembersMapping
+(System.Web.Services.Description.Message,System.Web.Services.Description.SoapBodyBinding,System.Web.Services.Description.SoapBindingStyle,bool)
+in <0x0037a>
+System.Web.Services.Description.SoapProtocolImporter:GenerateMethod ()
+in <0x007ff>
+System.Web.Services.Description.ProtocolImporter:ImportPortBinding (bool)
+in <0x00528> System.Web.Services.Description.ProtocolImporter:Import
+(System.Web.Services.Description.ServiceDescriptionImporter,System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit,System.Collections.ArrayList)
+in <0x00045>
+System.Web.Services.Description.ServiceDescriptionImporter:Import
+(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)
+in <0x00428> Mono.WebServices.SourceGenerator:GenerateCode
+(System.Collections.ArrayList,System.Collections.ArrayList)
+in <0x00414> Mono.WebServices.Driver:Run (string[])
+
+
+Expected Results:
+
+Code generation
+
+How often does this happen? 
+
+Every time. Works fine using VS.NET and other WSDL products