Python SOAP client with Zeep - authentication
问题 I am trying to use Zeep to implement a SOAP client, as it seems the only maintained library at the moment: ZSI looked very good but its latest version on pypi dates 2006 suds seemed to be a popular alternative, but the master is unmaintained since 2011 and there are a lot of forks out there but none seems "official" and "recent" enough to be used in a large project. So, trying to use Zeep, I am stuck with the authentication required by the server to access the WSDL. Such operation was quite