[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 12:53:12 -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 lluis@ximian.com.

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

--- shadow/49506	2003-10-10 00:41:04.000000000 -0400
+++ shadow/49506.tmp.11889	2003-10-10 12:53:12.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 49506
 Product: Mono/Class Libraries
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: Unknown
 Priority: Minor
 Component: System.Web
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
@@ -59,6 +59,10 @@
 
 	Binding binding = FindBinding (CurrentOperationBinding);
 	PortType portType = descriptions.GetPortType (binding.Type);
 	Operation oper = FindOperation (portType, CurrentOperationName);
 
 in BuildOperationInfo method.
+
+------- Additional Comments From lluis@ximian.com  2003-10-10 12:53 -------
+The correct way of calling a web method using the Get protocol is like
+this: http://localhost:8080/math.asmx/Add?a=1&b=2