SOAP.py is an implementation of SOAP (Simple Object Access Protocol) in Python.
It includes a general SOAP Parser based on sax.xml ( requires Python 2.0 ), a general
SOAP Builder, a SOAP Proxy for RPC client code, and SOAP Server framework for RPC
server code.
SOAP.py handles all of the types in the BDG, handles faults, allows namespace
specification, and SOAPAction specification. It supports Homogeneous typed arrays,
multiple schemas, the mustUnderstand and actor headers, XML attributes,
Multi-referencing. SOAP.py also has good interoperability and passes all client
tests for Frontier, SOAP::LITE, and SOAPRMI encodings. |