You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE: The underlying suds client now has cache enabled. By default,
suds uses FileCache which requires access to local file system and will break
users using Google App Engine. For more details on how to configure or disable
caching, see the README.
The library will now automatically apply a monkey patch to the suds-jurko
dependency on initialization that will modify the suds.transport.http module.
The patch modifies HttpTransport's send method such that it can detect and
decompress a gzip encoded SOAP body.