Using zeep 2.3.0 and python 3.6.2 amd64. Platform is Windows 8.1 64bit When connecting to our service the parsing of the WSDL fails with: File "site-packages\zeep\client.py", line 41, in __call__ File ...
Zeep inspects the WSDL document and generates the corresponding code to use the services and types in the document. This provides an easy to use programmatic interface to a SOAP server. The emphasis ...