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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 19:58:07 -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 lluis@ximian.com.

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

--- shadow/72568	2005-02-16 18:22:17.000000000 -0500
+++ shadow/72568.tmp.18691	2005-02-16 19:58:07.000000000 -0500
@@ -34,6 +34,16 @@
 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'
+
+------- Additional Comments From lluis@ximian.com  2005-02-16 19:58 -------
+So, which run is wrong? the first one for detecting an unexpected xml
+element in the wsdl, or the second one for accepting a -namespace
+parameter without the colon?
+
+If you check the the generated GoogleSearch.cs, you'll probabaly see
+that it does not use the Beagle.Util namespace, so it is wrong anyways.
+
+If you attach the wsdl document that fails I'll check it.