Re: Problems receiving a Python Server List in a Java Client
John Wilson <[email protected]>
| Newsgroups | gmane.text.xml.rpc.specification |
|---|---|
| Message-ID | <[email protected]> |
On 22 Mar 2006, at 10:35, David ds wrote:
> I have a XMLRPC Python Server and a Java client.
>
> The server method I query from the client returns:
>
> output_pairs = [(class_names[i],classes[i]) for i in
> range(len(class_names))]
> output_pairs.sort(lambda
> x,y:int(y[1]*100000-x[1]*100000))
> return output_pairs
>
> and I can't get it from the client, I've tried with
> differents casts, as ArrayList, List, Object[],
> Vector...
>
> but I always get "Unexpected non-whitespace character
> data" message.
Can you post the exact message please?
It looks like there's some invalid XML getting generated.
John Wilson
The Wilson Partnership
http://www.wilson.co.uk
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/xml-rpc/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/