Helpers¶
In the zeep.helpers module the following helper functions are available:
-
zeep.helpers.Nil()¶ Return an xsi:nil element
-
zeep.helpers.create_xml_soap_map(values)¶ Create an http://xml.apache.org/xml-soap#Map value.
-
zeep.helpers.guess_xsd_type(obj)¶ Return the XSD Type for the given object
-
zeep.helpers.serialize_object(obj, target_cls=<class 'collections.OrderedDict'>)¶ Serialize zeep objects to native python data structures