Re: xmlrpclib and binary data as normal parameter strings

2005-04-20 Thread Rune Froysa
"Richard Brodie" <[EMAIL PROTECTED]> writes: > "Rune Froysa" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >> From http://www.xmlrpc.com/spec :: >> Any characters are allowed in a string except < and &, which are >&

xmlrpclib and binary data as normal parameter strings

2005-04-19 Thread Rune Froysa
Trying something like:: import xmlrpclib svr = xmlrpclib.Server("http://127.0.0.1:8000";) svr.test("\x1btest") Failes on the server with:: xml.parsers.expat.ExpatError: not well-formed (invalid token) (Smaller test-case: xmlrpclib.loads(xmlrpclib.dumps(('\x1btest', Shouldn't this be