This module provides helper classes for SOAP client implementations.
(Experimental) Decoder for the standard SOAP encoding scheme. This function supports SOAP arrays, and maps custom types to Python dictionaries (using accessor names as keys, and decoded elements as values).
(Experimental) Element decoder for the standard SOAP encoding scheme. This function only decodes individual elements. Use decode to handle nested data structures.
Namespace-aware parser.
For more information about this class, see The NamespaceParser Class.
SOAP element factory. This creates a value element, and appends it to a parent element.
SOAP fault exception.
For more information about this class, see The SoapFault Class.
SOAP request factory.
Base class for SOAP service proxies.
For more information about this class, see The SoapService Class.
Namespace-aware parser. This parser attaches a namespaces attribute to all elements.
Convert a QName string to an Element-style URL/local part string. Note that the parser converts element tags and attribute names during parsing; this method should only be used on attribute values and text sections.
(Internal hook) Attach namespace attribute to element.
SOAP fault exception.
SOAP fault detail. This is either None or an Element structure.
SOAP fault actor.
SOAP fault code.
SOAP fault description.
Base class for SOAP service proxies.
Calls a remote SOAP method.