[Mono-bugs] [Bug 49506][Min] New - Nullref exception in DefaultWsdlHelpGenerator.aspx

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Oct 2003 00:30:31 -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 gonzalo@ximian.com.

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

--- shadow/49506	2003-10-10 00:30:31.000000000 -0400
+++ shadow/49506.tmp.7788	2003-10-10 00:30:31.000000000 -0400
@@ -0,0 +1,50 @@
+Bug#: 49506
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: System.Web
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Nullref exception in DefaultWsdlHelpGenerator.aspx
+
+Try the attached mathservice.asmx and use xsp.
+
+http://127.0.0.1/mathservice.asmx?op=Add&a=1&b=2
+
+Actual results:
+System.NullReferenceException: A null value was found where an object
+instance was required
+in [0x00029] (at /tmp/tmp124cb3b8.cs:131)
+ASP.DefaultWsdlHelpGenerator_aspx:BuildOperationInfo ()
+in [0x000cb] (at /tmp/tmp124cb3b8.cs:114)
+ASP.DefaultWsdlHelpGenerator_aspx:Page_Load (object,System.EventArgs)
+in <0x0005a> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs (object,System.EventArgs)
+in [0x00030] (at
+/home/gpanjav/go-mono/mcs/class/System.Web/System.Web.UI/Control.cs:538)
+System.Web.UI.Control:OnLoad (System.EventArgs)
+in [0x00006] (at
+/home/gpanjav/go-mono/mcs/class/System.Web/System.Web.UI/Control.cs:738)
+System.Web.UI.Control:LoadRecursive ()
+in [0x00040] (at
+/home/gpanjav/go-mono/mcs/class/System.Web/System.Web.UI/Page.cs:598)
+System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in [0x0003e] (at
+/home/gpanjav/go-mono/mcs/class/System.Web.Services/System.Web.Services.Protocols/SoapDocumentationHandler.cs:81)
+System.Web.Services.Protocols.SoapDocumentationHandler:ProcessRequest
+(System.Web.HttpContext)
+in [0x00094] (at
+/home/gpanjav/go-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:404)
+.ExecuteHandlerState:Execute ()
+in [0x0000e] (at
+/home/gpanjav/go-mono/mcs/class/System.Web/System.Web/HttpApplication.cs:668)
+.StateMachine:ExecuteState (System.Web.HttpAppli