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