[Mono-bugs] [Bug 80120][Nor] New - wsdl tool can not import MSDN wsdl

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 1 11:40:16 EST 2006


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 miguel at ximian.com.

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

--- shadow/80120	2006-12-01 11:40:16.000000000 -0500
+++ shadow/80120.tmp.29350	2006-12-01 11:40:16.000000000 -0500
@@ -0,0 +1,56 @@
+Bug#: 80120
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: Sys.Web.Services
+AssignedTo: atsushi at ximian.com                            
+ReportedBy: miguel at ximian.com               
+QAContact: mono-bugs at ximian.com
+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


More information about the mono-bugs mailing list