Python SOAP suds connection in session?
Posted
by gummmibear
on Stack Overflow
See other posts from Stack Overflow
or by gummmibear
Published on 2010-04-18T11:18:50Z
Indexed on
2010/04/18
11:23 UTC
Read the original article
Hit count: 402
Hi i wont to store connection tu soap server in python session.
When i try to do this,
session['all']=Client(url)
I getting error:
MethodNotFound: Method not found: 'server.___getinitargs___'
How to store suds connection in session?
© Stack Overflow or respective owner