FW: Array within an array is translated into a 2-dimensional array

2006-12-19 Thread Kedar, Shahar
Does anyone have an answer??? Am I the only one with this problem? From: Kedar, Shahar [mailto:[EMAIL PROTECTED] Sent: Thursday, December 14, 2006 7:06 PM To: axis-user@ws.apache.org Subject: Array within an array is translated into a 2-dimensional array

Array within an array is translated into a 2-dimensional array

2006-12-14 Thread Kedar, Shahar
Hi, Could someone please explain to me why SOAP clients (such as .NET or Axis1) translate the "rows" element under the ConnInfoSet complexType into a 2-dimensional array of ConnInfoCell instead of generating a ConnInfoRow object? How can I prevent those clients of performing such translation?