Thanks for reply. I am using 1.4.1 and 1.5.1. Could you please tell me what
are the minimal jars of current snapshot I need to replace/add to make 2D
string array work?
On Sat, Jun 12, 2010 at 11:58 AM, Amila Suriarachchi <
[email protected]> wrote:
> what is the Axis2 version you us
what is the Axis2 version you use?
current snapshot[1] should support this.
thanks,
Amila.
[1]
http://repository.apache.org/snapshots/org/apache/axis2/distribution/SNAPSHOT/
On Mon, Jun 7, 2010 at 2:49 PM, Chinmoy Chakraborty wrote:
> So Axis2 does not support 2d arrays?
>
>
>
>
> On Mon, Jun
So Axis2 does not support 2d arrays?
On Mon, Jun 7, 2010 at 2:41 PM, WJ Krpelan wrote:
> Hi,
> a 2d string is no XML-Schema-standard type and because of this you would
> have to do your own serialization, as for all home-grown-datastructures
> likewise.
> Anyway, every 2d string is made up of
Hi,
a 2d string is no XML-Schema-standard type and because of this you would have
to do your own serialization, as for all home-grown-datastructures likewise.
Anyway, every 2d string is made up of some number of ordinary strings, isnt it?
Cheers Wolfgang
--- On Sun, 6/6/10, Chinmoy Chakraborty