1
I’ve been getting the bug for some time:
xmlrpclib.Fault: <Fault -32700: 'parse error. not well formed'>
When trying to send the following string via xmlrpc, In the python 2.7
base = 'áaaáá´´oeéé'
Xmlrpc is not able to send this character type? how can I fix?