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: Thursday, August 21, 2003 3:47 AM Subject: How to define an array of array of string
> > > Saludos > > i'll be very thankful for your attention. i want to return, from one > web service, an array of array of string. How to define it in the source > code of the client. > > QName QNAME_TYPE_STRING = new QName(NS_XSD, "string"); > call.setReturnType(QNAME_TYPE_STRING); > > i know that in the code above return a string, what's the code to > represent array of array. > > thanks a lot for your attention. > > Que esten bien. >
