John, You're right. I'm using Apache's XML-RPC on the server side and Enhydra's kxmlrpc for the wireless client. Maybe they aren't completely compatible (however, I CAN return Strings and Hashtables with no problem...odd). I'll join their mailing list and ask.
Thanks for your help, Bradley -----Original Message----- From: John Wilson [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 1:33 PM To: [EMAIL PROTECTED] Subject: Re: Returning Arrays Meehan, Bradley wrote: [snip] org.kxml.io.ParseException: unexpected: StartTag <data> line: -1 > attr: null @-1:-1 at org.kxml.parser.AbstractXmlParser.read(+53) at > org.kxmlrpc.XmlRpcParser.parseValue(+15) at > org.kxmlrpc.XmlRpcParser.parseArray(+23) at > org.kxmlrpc.XmlRpcParser.parseValue(+241) at > org.kxmlrpc.XmlRpcParser.parseParams(+46) at > org.kxmlrpc.XmlRpcParser.parseResponse(+144) at > org.kxmlrpc.XmlRpcClient.execute(+200) at Veloxita.<init>(+45) at Bradly, you are not using the Apache XML-RPC. The kxmlrpc product is part of the Enhydra project (http://kxmlrpc.enhydra.org/). This may be a problem with their implementation. You would probably be better off asking your question on one of thier mailing lists. John Wilson The Wilson Partnership http://www.wilson.co.uk
