[Mono-bugs] [Bug 49510][Maj] Changed - Data type 'ArrayOfstring' not supported

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Oct 2003 05:01:22 -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 yoros@wanadoo.es.

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

--- shadow/49510	2003-10-10 04:58:12.000000000 -0400
+++ shadow/49510.tmp.9553	2003-10-10 05:01:22.000000000 -0400
@@ -1,15 +1,15 @@
 Bug#: 49510
 Product: Mono/Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
-Priority: Wishlist
+Severity: Unknown
+Priority: Major
 Component: System.XML
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
@@ -32,6 +32,16 @@
 I attach the full WebServiceClient with the test that failed.
 
 ------- Additional Comments From yoros@wanadoo.es  2003-10-10 04:58 -------
 Created an attachment (id=5548)
 Zip file with the service interface, the WSDL and the Test
 
+
+------- Additional Comments From yoros@wanadoo.es  2003-10-10 05:01 -------
+The file attached has one WSDL file that can't be used with mono wsdl.
+I used MS.NET wsdl to get the C# code.
+
+to get the executable:
+
+mcs GlobalWeatherTest.cs GlobalWeather.cs -r System.Web.Services
+
+