PicklingError: Can't pickle suds.sudsobject.User: attribute lookup suds.sudsobject.User failed

Posted by apoorva on Stack Overflow See other posts from Stack Overflow or by apoorva
Published on 2010-06-18T05:11:40Z Indexed on 2010/06/18 5:23 UTC
Read the original article Hit count: 508

Filed under:

Hi.. I have a django application... I am accessing the web service using the SOAP suds client... I need to create a user object from the entries entered in the GUI... This user object is to be passed to a method... But i get the following error:

PicklingError: Can't pickle suds.sudsobject.User: attribute lookup suds.sudsobject.User failed

What is the cause for this error to occur???

© Stack Overflow or respective owner

Related posts about suds