Package suds :: Package bindings :: Module binding
[hide private]
[frames] | no frames]

Module binding

source code

Provides classes for (WS) SOAP bindings.

Classes [hide private]
  Binding
The soap binding class used to process outgoing and imcoming soap messages per the WSDL port binding.
  PartElement
A part used to represent a message part when the part references a schema type and thus assumes to be an element.
Variables [hide private]
  log = getLogger(__name__)
  envns = ('SOAP-ENV', 'http://schemas.xmlsoap.org/soap/envelope/')
  __package__ = 'suds.bindings'