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