Hi all
I have a project which uses the Marquee server. Now some of the data that
gets returned in strings contain characters (other than the 2 characters
which the String serializer encodes) which, if not encoded, result
in an XML document which is not valid (and so the XML-RPC client dies
parsing the document).
I compared with the Perl module XMLRPC::Lite (as as a server), which
automatically encodes such strings as base64. But I'm not even sure if
this is the correct behaviour. Does anyone know how this is supposed to
work?
Thanks
Paolo
|