RE: 2-D array of Strings

2005-10-04 Thread Grossberger, Guenter
  GSM: +43 676 833 29 2611030 Wien  http://www.softwareag.com/austria   From: Jyotishman Pathak [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 04, 2005 6:35 AMTo: axis-user@ws.apache.orgCc: Jyotishman PathakSubject: 2-D array of Strings Hi all,I have a

Re: 2-D array of Strings

2005-10-04 Thread Julien Wajsberg
Jyotishman Pathak a écrit : Hi all, I have a simple question to ask: how can I declare a "complexType" in my WSDL file depicting a 2-dimensional array of strings? I know, I can specify a 1-dimensional array type as follows: minOccurs="0" maxOccurs="unbounded"/>

2-D array of Strings

2005-10-03 Thread Jyotishman Pathak
Hi all, I have a simple question to ask: how can I declare a "complexType" in my WSDL file depicting a 2-dimensional array of strings? I know, I can specify a 1-dimensional array type as follows:     Can someone guide me to do a similar thing for a 2-D array? T