Re: How to define an array of array of string

2003-08-22 Thread Anne Thomas Manes
Rather than using soapenc:arrayOfString, I suggest that you define your own complex types. At 09:04 AM 8/22/2003 +0600, you wrote: hi, Array is not defined as a type in XSD. U may look at the SOAP encoding which has the defined array types.I beleive it is ok for yr prob to use the SOAP encoding f

Re: How to define an array of array of string

2003-08-21 Thread Jeyakumaran.C
hi, Array is not defined as a type in XSD. U may look at the SOAP encoding which has the defined array types.I beleive it is ok for yr prob to use the SOAP encoding for arraya. regards, Jeyakumaran.C - Original Message - From: "Jhon Sanabria" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent

Re: How to define an array of array of string

2003-08-20 Thread vairamuthu thayapavan
hi Jhon Sanabria sorry,some wrong in previous mail. first create a class that give the way to return the array of array (call that class Array2 as a bean). QName qn = new QName( "urn:myarray2", "Array2" ); then register that type call.registerTypeMapping(Array2 .class, qn,new org.apache.axis.enco

Re: How to define an array of array of string

2003-08-20 Thread vairamuthu thayapavan
hi Jhon Sanabria first create a class that give the way to return the array of array (call that class Array2 as a bean). QName qn = new QName( "urn:myarray2", "Array2" ); then register that type call.registerTypeMapping(Array2 .class, qn,new org.apache.axis.encoding.ser.BeanSerializerFactory(Arra