This repository was archived by the owner on Jan 20, 2024. It is now read-only.

Description
There is a bug in SUDS library to pick up proxy settings from the environment variables http_proxy & https_proxy. The authentification request use proper proxy but the actual SOAP call doesn't.
Explicit initiation of the client with proxy settings detected by urllib2 does solve the problem.
@amagar088 pls look at pull request for fix Pass proxy settings to suds library configuration