[Soap-Python] UnicodeDecode error while passing parameters withfrench letters

Thomas AYIH-AKAKPO thomas.akakpo at gmail.com
Fri Apr 13 15:37:18 CEST 2012


Le 13/04/2012 12:26, azurIt a écrit :
> rpclib is a new version of soaplib (it was renamed), soaplib is already deprecated and NOT maintained. do not use it.
>
> azur
>
>
>
>


Oh really? I didn't know soaplib was already deprecated.

Though, I switched to rpclib and used the helloworld_soap example
(https://github.com/arskom/rpclib/blob/master/examples/helloworld_soap.py) .

By importing Unicode, and replacing String by this, it still didn't work.
I still have to go by:

>>>  sys.setdefaultencoding('utf-8')

I am starting to assume that the UTF-8 encoding should be done
on the client side.

Regards,

-- 
Thomas



More information about the Soap mailing list