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 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 <[email protected]>wrote: > >> So Axis2 does not support 2d arrays? >> >> >> >> >> On Mon, Jun 7, 2010 at 2:41 PM, WJ Krpelan <[email protected]> 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 some number of ordinary strings, >>> isnt it? >>> Cheers Wolfgang >>> >>> >>> >>> >>> --- On *Sun, 6/6/10, Chinmoy Chakraborty <[email protected]>* wrote: >>> >>> >>> From: Chinmoy Chakraborty <[email protected]> >>> Subject: WSDL for 1 and 2d string array >>> To: [email protected], [email protected] >>> 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 (String[][]). I noticed >>> the invokeResponse element in WSDL is same for both of them: >>> >>> 1D Array: >>> ....... >>> <xs:element name="invokeResponse"> >>> <xs:complexType> >>> <xs:sequence> >>> <xs:element maxOccurs="unbounded" minOccurs="0" >>> name="return" nillable="true" type="xs:string"/> >>> </xs:sequence> >>> </xs:complexType> >>> </xs:element> >>> .... >>> 2D Array: >>> ... >>> <xs:element name="invokeResponse"> >>> <xs:complexType> >>> <xs:sequence> >>> <xs:element maxOccurs="unbounded" minOccurs="0" >>> name="return" nillable="true" type="xs:string"/> >>> </xs:sequence> >>> </xs:complexType> >>> </xs:element> >>> ... >>> >>> Could anybody please explain this? >>> >>> Chinmoy >>> >>> >>> >> > > > -- > Amila Suriarachchi > WSO2 Inc. > blog: http://amilachinthaka.blogspot.com/ >
