Re: WSDL for 1 and 2d string array

2010-06-15 Thread Chinmoy Chakraborty
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

Re: WSDL for 1 and 2d string array

2010-06-11 Thread Amila Suriarachchi
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

Re: WSDL for 1 and 2d string array

2010-06-07 Thread Chinmoy Chakraborty
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

Re: WSDL for 1 and 2d string array

2010-06-07 Thread WJ Krpelan
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