I'm using zeep to work with SOAP API, but the response returned from the service is a list and not a zeep object.
I'm having to use raw_response=True
so i can get the xml on the 'text' attribute and transform it to a dict using the xmltodict library to be able to manipulate the data, but I would like to get the zeep object instead.
Sorry, I can't give you info about the wsdl.