Python SUDS, WSDL, HTTPS proxy and SOAP authentication.
Today I would like to share a recipe how to utilize WSDL (SOAP) in a Python SUDS script behind the HTTPS proxy. It may be useful for getting some commercial feeds on a server sitting behind the corporate firewall. First of all, I find out the Python SUDS are very convenient. You can download it … Read more