Re: org.xml.sax.SAXException: Found character data inside an array element while des

2005-06-10 Thread Plorks mail
I got around this problem by casting an ArrayList to a String [] and that solved it Thanks for answering my query though From: thomas <[EMAIL PROTECTED]> Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: org.xml.sax.SAXException: Found character data ins

Re: org.xml.sax.SAXException: Found character data inside an array element while des

2005-06-10 Thread thomas
Have you a complete stack trace ? On Jun 9, 2005, at 11:40 AM, Plorks mail wrote: When I write a test client and call this method i get the error: org.xml.sax.SAXException: Found character data inside an array element while deserializing My service method gets data from a db table and pus it

org.xml.sax.SAXException: Found character data inside an array element while des

2005-06-09 Thread Plorks mail
Hi all I have a method in my web service that returns an ArrayList When I write a test client and call this method i get the error: org.xml.sax.SAXException: Found character data inside an array element while deserializing My service method gets data from a db table and pus it into an arra