[Mono-bugs] [Bug 58112][Maj] New - array of objects returns empty in WebService

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 6 May 2004 05:39:49 -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 along@mainsoft.com.

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

--- shadow/58112	2004-05-06 05:39:49.000000000 -0400
+++ shadow/58112.tmp.6747	2004-05-06 05:39:49.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 58112
+Product: Mono: Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Major
+Component: Sys.Web.Services
+AssignedTo: lluis@ximian.com                            
+ReportedBy: along@mainsoft.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: array of objects returns empty in WebService
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing.
+Description of Problem:
+Calling webservice returns an empty array instead of array with length of 
+2.
+
+Steps to reproduce the problem:
+1.run the webservice. 
+2.run the client test. 
+
+Actual Results:
+Returns array that it's size is 0.
+
+Expected Results:
+Returns array that it's size is 2.
+
+How often does this happen? 
+Always.
+
+Additional Information: