Kuddi: Problem with returning arrays to kxmlrpc

Sean Wheeler <[email protected]> Wed, 11 Feb 2004 12:10:21 -0500
Newsgroups gmane.comp.java.enhydra.kxmlrpc
Organization France Telecom R&D, Boston
Message-ID <[email protected]>
Please forgive the spam if I've misinterpreted the purpose of this mailing 
list.

I'm having a problem trying to parse arrays from a xmlrpc call as shown in 
this stack trace

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)

The problem is identical to: http://www.mail-archive.com/rpc- 
[email protected]/msg00362.html
The author of this post was asked to forward this question to the kxmlrpc 
mailing list, but I've been unable to find if he did so. Does this look 
familiar?

Thanks,

Sean