[Mono-bugs] [Bug 72568][Wis] Changed - wsdl fails with -namespace:

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 18:22:17 -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 lbm@fatalerror.dk.

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

--- shadow/72568	2005-02-16 17:39:12.000000000 -0500
+++ shadow/72568.tmp.17049	2005-02-16 18:22:17.000000000 -0500
@@ -22,6 +22,18 @@
 Name.Space.
 
 ------- Additional Comments From lluis@ximian.com  2005-02-16 17:39 -------
 You must be mistaken, wsdl does not support using a whitespace as
 separator, you need to use colon, and it works with -namespace (just
 checked)
+
+------- Additional Comments From lbm@fatalerror.dk  2005-02-16 18:22 -------
+Take a look at this:
+
+# wsdl -namespace:Beagle.Util -out:GoogleSearch.cs GoogleSearch.wsdl
+Mono Web Services Description Language Utility
+Error: <operation xmlns='http://schemas.xmlsoap.org/wsdl/soap/'> was
+not expected
+
+# wsdl -namespace Beagle.Util -out:GoogleSearch.cs GoogleSearch.wsdl
+Mono Web Services Description Language Utility
+Writing file 'GoogleSearch.cs'