[Mono-bugs] [Bug 49510][Wis] New - Data type 'ArrayOfstring' not supported

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 10 Oct 2003 04:56:17 -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:56:17.000000000 -0400
+++ shadow/49510.tmp.9514	2003-10-10 04:56:17.000000000 -0400
@@ -0,0 +1,32 @@
+Bug#: 49510
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: System.XML
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yoros@wanadoo.es               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Data type 'ArrayOfstring' not supported
+
+When I was testing one WebService I got:
+
+Unhandled Exception: System.NotSupportedException: Data type
+'ArrayOfstring' not supported
+in <0x00080> System.Xml.Serialization.TypeTranslator:GetPrimitiveTypeData
+(string)
+in <0x00058>
+System.Xml.Serialization.XmlSerializationReader:ReadTypedPrimitive
+(System.Xml.XmlQualifiedName)
+...
+
+I tested the same in MS.NET and it works.
+
+I attach the full WebServiceClient with the test that failed.