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
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
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
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