[Mono-bugs] [Bug 71086][Wis] New - wsdl Error: Data type 'ArrayOfstring' not supported
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 7 Jan 2005 08:11:38 -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 david.savage@pontsoftware.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71086
--- shadow/71086 2005-01-07 08:11:37.000000000 -0500
+++ shadow/71086.tmp.5730 2005-01-07 08:11:37.000000000 -0500
@@ -0,0 +1,46 @@
+Bug#: 71086
+Product: Mono: Tools
+Version: 1.0
+OS: Red Hat 9.0
+OS Details: The same problem exists whilst using MS Windows XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: tools
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: david.savage@pontsoftware.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: wsdl Error: Data type 'ArrayOfstring' not supported
+
+Description of Problem:
+I'm trying to generate a web service client proxy class using the wsdl mono
+tool againt a glue java web service wsdl file. I get the following
+exception: Error: Data type 'ArrayOfstring' not supported
+I'm using the latest stable release currently 1.0.5.
+
+
+Steps to reproduce the problem:
+1. Using mono 1.0.5 on Red Hat or MS Windows XP
+2. $ wsdl myGlueWebservice.wsdl
+
+
+Actual Results:
+Mono Web Services Description Language Utility
+Error: Data type 'ArrayOfstring' not supported
+
+
+Expected Results:
+C# proxy class generated
+
+
+How often does this happen?
+Always
+
+
+Additional Information:
+The wsdl is from a Glue Java web service that works perfectly with MS .Net
+tools.