1 year ago
#122974
user
Python: Zeep library is returning a list instead of a zeep object
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.
python
soap
zeep
xmltodict
0 Answers
Your Answer