On 3/24/06, David García <[EMAIL PROTECTED]> wrote: > I have a Python XML-RPC Server and a Java XML-RPC client, I'm using > xmlrpc-3.0a1 version, and the client, once has made a request, must to > receive a parameter that in the server is a Python List, but I don't > know what kind of cast I must to do in the client. > > I've tried out with List, ArrayList, Vector, Hashmap, Map, Byte[], > Object[]...but I always get the same error message in the client: > > "Unexpected non-whitespace character data" > > What kind of cast I must to do so that I can get the data in the client?
A complete stack trace and a dump of the servers response (created using tcpmon) would help. Jochen -- Whenever you find yourself on the side of the majority, it is time to pause and reflect. (Mark Twain)
