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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80119 --- shadow/80119 2006-12-01 11:39:44.000000000 -0500 +++ shadow/80119.tmp.29322 2006-12-01 11:39:44.000000000 -0500 @@ -0,0 +1,56 @@ +Bug#: 80119 +Product: Mono: Class Libraries +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: Sys.Web.Services +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: wsdl tool can not import MSDN wsdl + +I tried importing the documentation wsdl from MSDN: + +mono$ wsdl +http://services.msdn.microsoft.com/ContentServices/ContentService.asmx?wsdl +Mono Web Services Description Language Utility +Error: A schema with the namespace +'urn:mtpg-com:mtps/2004/1/primary/category' has already been added. +mono$ wsdl2 +http://services.msdn.microsoft.com/ContentServices/ContentService.asmx?wsdl +Web Services Description Language Utility +Mono Framework v2.0.50727.42 +Error: Object reference not set to an instance of an object +Stack: + at +System.Web.Services.Description.ProtocolImporter.ImportsEncodedNamespace +(System.Xml.Schema.XmlSchema sc) [0x00000] + at System.Web.Services.Description.ProtocolImporter.ClasifySchemas +(System.Collections.ArrayList importInfo) [0x00000] + at System.Web.Services.Description.ProtocolImporter.Import +(System.Web.Services.Description.ServiceDescriptionImporter +descriptionImporter, System.CodeDom.CodeNamespace codeNamespace, +System.CodeDom.CodeCompileUnit codeCompileUnit, +System.Collections.ArrayList importInfo) [0x00000] + at System.Web.Services.Description.ServiceDescriptionImporter.Import +(System.CodeDom.CodeNamespace codeNamespace, System.CodeDom.CodeCompileUnit +codeCompileUnit) [0x00000] + at +System.Web.Services.Description.ServiceDescriptionImporter.GenerateWebReferences +(System.Web.Services.Description.WebReferenceCollection webReferences, +System.CodeDom.Compiler.CodeDomProvider codeGenerator, +System.CodeDom.CodeCompileUnit codeCompileUnit, +System.Web.Services.Description.WebReferenceOptions options) [0x00000] + at Mono.WebServices.Driver.GenerateCode +(System.Web.Services.Description.WebReferenceCollection references, +System.CodeDom.CodeCompileUnit codeUnit) [0x00000] + at Mono.WebServices.Driver.Run (System.String[] args) [0x00000] + +This wsdl works with .NET 2.0, but fails with .NET 1.1 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
