How to comply with policy defined in WSDL
问题 I'm trying to access a SOAP web service using Zeep There is a publicly available WSDL, and a testing WSDL (has a self-signed cert) My code to test (from test site) is: from requests import Session from zeep import Client from zeep.transports import Transport from zeep.wsse.username import UsernameToken import xml.dom.minidom WS_USER_NAME = '<username>' WS_PASSWORD = '<password>' WS_WSDL = 'https://pre.ipddb.org/WS/Services/IpdDownloadService.svc?wsdl' session = Session() session.verify =