[Mono-bugs] [Bug 54784][Min] New - wsdl tool: ?WSDL optional with MS tool, required with Mono

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 23 Feb 2004 21:47:49 -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 krisolav@hotmail.com.

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

--- shadow/54784	2004-02-23 21:47:49.000000000 -0500
+++ shadow/54784.tmp.24502	2004-02-23 21:47:49.000000000 -0500
@@ -0,0 +1,42 @@
+Bug#: 54784
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Sys.Web.Services
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: krisolav@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: wsdl tool: ?WSDL optional with MS tool, required with Mono
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+The MS wsdl tool will work with either of these forms:
+    http://host/TestService.asmx
+    http://host/TestService.asmx?WSDL
+The Mono tool will throws an exception for the first form, where the "?
+WSDL" is not present.
+
+Steps to reproduce the problem:
+1. wsdl 'http://host/TestService.asmx'
+2. 
+3. 
+
+Actual Results:
+Error: System.Exception
+
+Expected Results:
+Generates client code.
+
+How often does this happen? 
+Every time.
+
+Additional Information: