pjuvigny-oef

Results 1 comments of pjuvigny-oef

Something like: ``` client = zeep.Client(os.path.join(os.path.dirname(__file__), "wsdl", self.wsdl_path)) service = client.create_service(self.method_binding, self.endpoint_url) service.operation(...) ``` The real life problem is coming from a validation failing on a perfectly fine WSDL **response**...