XMLRPCServer issues

looping kadeko at gmail.com
Mon Mar 27 08:43:28 EST 2006


Brian Quinlan wrote:
> 1. Is there on option to get cx_Oracle to return string data as unicode
> rather than strings objects? XML-RPC aside, dealing with unicode objects
> might be better than dealing with encoded strings.

I don't think cx_Oracle can return unicode string, so my code to
convert string is not so bad.

> 2. You might want to transmit integers as strings rather than use the
> XML-RPC integer type (which is limited to numbers between -2147483648
> and 2147483647).

Is it a limit of XML-RPC RFC or a limit (probably with a good reason)
of the python xmlrpclib ?

Thanks for your answer.




More information about the Python-list mailing list