You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chinmoy Chakraborty <cc...@gmail.com> on 2010/05/12 14:52:57 UTC

Handling 2D object arrays in Axis2

Hello,

Does Axis2 supports 2D object array as return type of a deployed service?
Axis 1.x used to support this. Could you please provide one example where 2D
object arrays are handled in Axis2 1.4.1?

Right now we are handling this using a complex type Array2D, it has three
props rowCount, columnCount and values[]. I need a better solution here.

Chinmoy