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

Reply via email to