Parsing Suds SOAP complex data type into Python dict
问题 I have some data coming from a SOAP API using Suds which I need to parse in my Python script. Before I go off and write a parser (there is more than just this one to do): 1) Does anyone recognise what this is? It's the standard complex object datatype as returned by Suds (documentation). Should have spotted that. 2) If so, is there an existing library that I can use to convert it to a Python dictionary? How do I parse this object into a Python dict? It seems I can pass a dictionary to Suds