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 inside an array element while des
Date: Fri, 10 Jun 2005 09:42:20 +0200

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 into an array. I call this method using this:
String [] ret = (String [])call.invoke(new Object[] {myString});

Can someone help me solve this problem

Many thanks


_________________________________________________________________
Be the first to hear what's new at MSN - sign up to our free newsletters! http://www.msn.co.uk/newsletters

Reply via email to