Re: WSDL for 1 and 2d string array

2010-06-15 Thread Chinmoy Chakraborty
atastructures >>> 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 * wrote: >>>

Re: WSDL for 1 and 2d string array

2010-06-11 Thread Amila Suriarachchi
e up of some number of ordinary strings, >> isnt it? >> Cheers Wolfgang >> >> >> >> >> --- On *Sun, 6/6/10, Chinmoy Chakraborty * wrote: >> >> >> From: Chinmoy Chakraborty >> Subject: WSDL for 1 and 2d string array >> To: axis-.

Re: WSDL for 1 and 2d string array

2010-06-07 Thread Chinmoy Chakraborty
ring is made up of some number of ordinary strings, isnt > it? > Cheers Wolfgang > > > > > --- On *Sun, 6/6/10, Chinmoy Chakraborty * wrote: > > > From: Chinmoy Chakraborty > Subject: WSDL for 1 and 2d string array > To: axis-...@ws.apache.org, axis-u...@

Re: WSDL for 1 and 2d string array

2010-06-07 Thread WJ Krpelan
Chakraborty wrote: From: Chinmoy Chakraborty Subject: WSDL for 1 and 2d string array To: axis-...@ws.apache.org, axis-u...@ws.apache.org Date: Sunday, June 6, 2010, 2:03 PM Hello everybody, I have two services, one of them returns 1d string array (String[]) and the other one returns 2d string array

WSDL for 1 and 2d string array

2010-06-06 Thread Chinmoy Chakraborty
Hello everybody, I have two services, one of them returns 1d string array (String[]) and the other one returns 2d string array (String[][]). I noticed the invokeResponse element in WSDL is same for both of them: 1D Array: ...