[Mono-bugs] [Bug 59907][Wis] New - soapheader attribute not supported

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 9 Jun 2004 19:35:28 -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 foleyp@iprimus.com.au.

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

--- shadow/59907	2004-06-09 19:35:28.000000000 -0400
+++ shadow/59907.tmp.9496	2004-06-09 19:35:28.000000000 -0400
@@ -0,0 +1,109 @@
+Bug#: 59907
+Product: Mono: Class Libraries
+Version: unspecified
+OS: other
+OS Details: fedora 1
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: foleyp@iprimus.com.au               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: soapheader attribute not supported
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+soapheader attribute causes error
+
+Steps to reproduce the problem:
+1. add soapHeader attribute tro web method
+2. browse to web serveice
+3. 
+
+Actual Results:
+System.Xml.Schema.XmlSchemaException: XmlSchema error: name must be a 
+NCName Related schema item SourceUri: , Line 0, Position 0.
+in <0x000ae> System.Xml.Schema.ValidationHandler:RaiseValidationEvent 
+(System.Xml.Schema.ValidationEventHandler,System.Exception,string,System.X
+ml.Schema.XmlSchemaObject,object,string,System.Xml.Schema.XmlSeverityType)
+in <0x00020> System.Xml.Schema.XmlSchemaObject:error 
+(System.Xml.Schema.ValidationEventHandler,string,System.Exception,System.X
+ml.Schema.XmlSchemaObject,object)
+in <0x00038> System.Xml.Schema.XmlSchemaObject:error 
+(System.Xml.Schema.ValidationEventHandler,string)
+in <0x002fb> System.Xml.Schema.XmlSchemaComplexType:Compile 
+(System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchema)
+in <0x0205b> System.Xml.Schema.XmlSchema:Compile 
+(System.Xml.Schema.ValidationEventHandler,System.Collections.Stack,System.
+Xml.Schema.XmlSchema,System.Xml.Schema.XmlSchemaCollection,System.Xml.XmlR
+esolver)
+in <0x00048> System.Xml.Schema.XmlSchema:Compile 
+(System.Xml.Schema.ValidationEventHandler,System.Xml.XmlResolver)
+in <0x0003b> System.Xml.Schema.XmlSchema:Compile 
+(System.Xml.Schema.ValidationEventHandler)
+in <0x0003a> System.Xml.Serialization.XmlSchemas:Find 
+(System.Xml.Schema.XmlSchema,System.Xml.XmlQualifiedName,System.Type)
+in <0x0020f> System.Xml.Serialization.XmlSchemas:Find 
+(System.Xml.XmlQualifiedName,System.Type)
+in <0x00037> 
+System.Xml.Serialization.XmlSchemaImporter:ImportMembersMapping 
+(System.Xml.XmlQualifiedName)
+in <0x0022a> 
+System.Web.Services.Description.SoapProtocolImporter:ImportMembersMapping 
+(System.Web.Services.Description.Message,System.Web.Services.Description.S
+oapBodyBinding,System.Web.Services.Description.SoapBindingStyle,bool)
+in <0x00204> 
+System.Web.Services.Description.SoapProtocolImporter:GenerateMethod ()
+in <0x00818> 
+System.Web.Services.Description.ProtocolImporter:ImportPortBinding (bool)
+in <0x00542> System.Web.Services.Description.ProtocolImporter:Import 
+(System.Web.Services.Description.ServiceDescriptionImporter,System.CodeDom
+.CodeNamespace,System.CodeDom.CodeCompileUnit,System.Collections.ArrayList
+)
+in <0x00047> 
+System.Web.Services.Description.ServiceDescriptionImporter:Import 
+(System.CodeDom.CodeNamespace,System.CodeDom.CodeCompileUnit)
+in <0x00425> ASP.DefaultWsdlHelpGenerator_aspx:GetProxyCode ()
+in <0x00053> ASP.DefaultWsdlHelpGenerator_aspx:__DataBind__bctrl_44 
+(object,System.EventArgs)
+in <0x0006a> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object_EventArgs 
+(object,System.EventArgs)
+in <0x00075> System.Web.UI.Control:OnDataBinding (System.EventArgs)
+in <0x00010> System.Web.UI.Control:DataBind ()
+in <0x000a0> System.Web.UI.Control:DataBindChildren ()
+in <0x0001f> System.Web.UI.Control:DataBind ()
+in <0x0078f> ASP.DefaultWsdlHelpGenerator_aspx:Page_Load 
+(object,System.EventArgs)
+in <0x0006a> (wrapper delegate-invoke) 
+System.MulticastDelegate:invoke_void_object_EventArgs 
+(object,System.EventArgs)
+in <0x00075> System.Web.UI.Control:OnLoad (System.EventArgs)
+in <0x00024> System.Web.UI.Control:LoadRecursive ()
+in <0x0018c> System.Web.UI.Page:InternalProcessRequest ()
+in <0x0008d> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x000aa> 
+System.Web.Services.Protocols.SoapDocumentationHandler:ProcessRequest 
+(System.Web.HttpContext)
+in <0x00019> 
+System.Web.Services.Protocols.SessionWrapperHandler:ProcessRequest 
+(System.Web.HttpContext)
+in <0x002e8> ExecuteHandlerState:Execute ()
+in <0x00084> StateMachine:ExecuteState 
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+
+
+Expected Results:
+
+
+How often does this happen? 
+
+
+Additional Information: