[Mono-bugs] [Bug 75986][Nor] Changed - Arrays are not serialized with RPC-Encoded format

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Sep 21 08:33:47 EDT 2005


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 kostat at mainsoft.com.

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

--- shadow/75986	2005-09-21 08:19:51.000000000 -0400
+++ shadow/75986.tmp.17336	2005-09-21 08:33:47.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 75986
 Product: Mono: Class Libraries
 Version: 1.1
 OS: All
 OS Details: 
-Status: NEEDINFO   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Sys.XML
 AssignedTo: lluis at ximian.com                            
 ReportedBy: kostat at mainsoft.com               
@@ -31,6 +31,22 @@
 WSDL document
 
 
 ------- Additional Comments From lluis at ximian.com  2005-09-21 08:19 -------
 I don't see any array in the generated proxy. I need a complete test
 case (including server WS) to reproduce this issue.
+
+------- Additional Comments From kostat at mainsoft.com  2005-09-21 08:33 -------
+Unfortunately I cannot provide you the server side code, but if you
+really need it I'll try to mimic its logic.
+
+Here is the client code: (the varOut is an array I'm talking about).
+
+object varParms = "varParms";
+object varOut = new object[] {"varOut1", "varOut2"};
+object varGrid1Rows = 1;
+object varGrid1Data = "varGrid1Data"; 
+object varErrorData = "varErrorData";
+bool blnDebug = true;
+
+ws.EmployeeInitNbiResults(ref varParms, ref varOut, ref varGrid1Rows,
+ref varGrid1Data, ref varErrorData, ref blnDebug);


More information about the mono-bugs mailing list