[Mono-bugs] [Bug 54009][Wis] New - wsdl fails on blogger atom api

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 6 Feb 2004 23:00:22 -0500 (EST)


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 jluke@cfl.rr.com.

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

--- shadow/54009	2004-02-06 23:00:22.000000000 -0500
+++ shadow/54009.tmp.13965	2004-02-06 23:00:22.000000000 -0500
@@ -0,0 +1,79 @@
+Bug#: 54009
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: jluke@cfl.rr.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: wsdl fails on blogger atom api
+
+Description of Problem:
+Attempting to generate the client from the wsdl file fails.
+
+Steps to reproduce the problem:
+1. run 'wsdl AtomAPI.wsdl' or 
+'wsdl http://www.atomenabled.org/developers/api/AtomAPI.wsdl'
+2. exception occurs
+
+Actual Results:
+ $ wsdl AtomAPI.wsdl
+Mono Web Services Description Language Utility
+Fetching AtomAPI.wsdl
+Error: System.NotSupportedException: Data type 'normalizedString' not supported
+in <0x00080> System.Xml.Serialization.TypeTranslator:GetPrimitiveTypeData
+(string)
+in <0x0008f> System.Xml.Serialization.XmlSchemaImporter:GetTypeData
+(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
+in <0x00134> System.Xml.Serialization.XmlSchemaImporter:GetElementTypeData
+(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaElement)
+in <0x00113>
+System.Xml.Serialization.XmlSchemaImporter:ImportSequenceContent
+(System.Xml.XmlQualifiedName,System.Xml.Serialization.ClassMap,System.Xml.Schema.XmlSchemaObjectCollection,System.Xml.Serialization.CodeIdentifiers,bool,bool&)
+in <0x00190>
+System.Xml.Serialization.XmlSchemaImporter:ImportParticleContent
+(System.Xml.XmlQualifiedName,System.Xml.Serialization.ClassMap,System.Xml.Schema.XmlSchemaParticle,System.Xml.Serialization.CodeIdentifiers,bool,bool&)
+in <0x00032>
+System.Xml.Serialization.XmlSchemaImporter:ImportParticleComplexContent
+(System.Xml.XmlQualifiedName,System.Xml.Serialization.ClassMap,System.Xml.Schema.XmlSchemaParticle,System.Xml.Serialization.CodeIdentifiers,bool)
+in <0x0014c> System.Xml.Serialization.XmlSchemaImporter:BuildClassMap
+(System.Xml.Serialization.XmlTypeMapping,System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaComplexType)
+in <0x00069> System.Xml.Serialization.XmlSchemaImporter:BuildPendingMaps ()
+in <0x001ed>
+System.Xml.Serialization.XmlSchemaImporter:ImportMembersMapping
+(System.Xml.XmlQualifiedName[])
+in <0x005ad>
+System.Web.Services.Description.SoapProtocolImporter:ImportMembersMapping
+(System.Web.Services.Description.Message,System.Web.Services.Description.SoapBodyBinding,System.Web.Services.Description.SoapBindingStyle,bool)
+in <0x0021d>
+System.Web.Services.Description.SoapProtocolImporter:GenerateMethod ()
+in <0x0076e>
+System.Web.Services.Description.ProtocolImporter:ImportPortBinding (bool)
+in <0x00483> System.Web.Services.Description.ProtocolImporter:Import
+(System.Web.Services.Description.ServiceDescriptionImporter,System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit,System.Collections.ArrayList)
+in <0x0004f>
+System.Web.Services.Description.ServiceDescriptionImporter:Import
+(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)
+in <0x00312> Mono.WebServices.SourceGenerator:GenerateCode
+(System.Collections.ArrayList,System.Collections.ArrayList)
+in <0x0026f> Mono.WebServices.Driver:Run (string[])
+
+
+Expected Results:
+the client code is generated
+
+How often does this happen? 
+always
+
+Additional Information:
+This is for blogger.com's new Atom API support.
+http://www.blogger.com/developers/ and
+http://www.atomenabled.org/