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???