Suds throwing exception on "type not found"

We are using SUDS v1.1.1 and recently starting getting a "Type not found" exception as the response to a request contains a field not in the wsdl. I tried initializing the client with the strict keyword as follows but the exception is still occurring:

client = Client(spec_path, strict=False, faults=False)

Is there any other way to get suds to ignore the unknown field without throwing an exception please?

Вернуться на верх