SOAP-lite
Some simple functions to implement the SOAP messages needed by UPnP with
ElementTree.
Note
Inspired by ElementSOAP.py
-
build_soap_error
(status, description='without words', pretty_print=True)[source]
Builds an UPnP SOAP error message.
-
build_soap_call
(method, arguments, ns=None, is_response=False, pretty_print=True)[source]
Create a shell for a SOAP request or response element: