Problem sending strings with special characters in xmlrpc

Asked

Viewed 17 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.