Package ndg :: Package soap :: Class SOAPObject
[hide private]

Class SOAPObject

source code


Base class for SOAP envelope, header and body elements

Instance Methods [hide private]
 
create(self) source code
 
parse(self, source) source code
 
serialize(self) source code
 
prettyPrint(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  ELEMENT_PREFIX = 'soap11'
  SOAP11_NS = 'http://schemas.xmlsoap.org/soap/envelope/'
  SOAP12_NS = 'http://www.w3.org/2003/05/soap-envelope'
  DEFAULT_NS = 'http://schemas.xmlsoap.org/soap/envelope/'
Properties [hide private]

Inherited from object: __class__