Relative Content

Tag Archive for classtype-conversionzeepisinstance

marshalling zeep data in a nested dict or soap zeep testing zeep.objects class

Building a kind of ETL Extract Transform & Load small tool, i am facing this:
#1 I would like to convert zeep output data into a dict to store/manipulate it more easily.
But, zeep output data are of “dynamically constructed” <class ‘zeep.objects.*’> , built
according the soap wsdl/xsd thing .
Is there a neat way to make the convert ? (i have a ugly way using str, then eval but … it is ugly) .