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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Oct 2003 00:41:05 -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:31:15.000000000 -0400
+++ shadow/49506.tmp.7854	2003-10-10 00:41:04.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 49506
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Minor
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -50,6 +50,15 @@
 .StateMachine:ExecuteState (System.Web.HttpAppli
 
 ------- Additional Comments From gonzalo@ximian.com  2003-10-10 00:31 -------
 Created an attachment (id=5547)
 Web service used to test
 
+
+------- Additional Comments From gonzalo@ximian.com  2003-10-10 00:41 -------
+Ah, forgot this. The line that fails is the second one of these:
+
+	Binding binding = FindBinding (CurrentOperationBinding);
+	PortType portType = descriptions.GetPortType (binding.Type);
+	Operation oper = FindOperation (portType, CurrentOperationName);
+
+in BuildOperationInfo method.