ANN: SOAP.py 0.8

Cayce Ullman Cayce at actzero.com
Mon Apr 23 17:42:45 EDT 2001


The latest version of SOAP.py (a SOAP implementation in written in Python),
was released today.  

Check out it's interop matrix : http://www.actzero.com/soap/interop.html
or download it : http://www.actzero.com/soap/SOAPpy.html

Comments, feedback, patches, etc... very welcome.

Changes since last version: 

VERSION 0.8 (4/23/01)
- Added more types
- Early multi-referencing support (Parser)
- Reorganized the parser, much cleaner now
- Preserve whitepsace in strings (per the standard)
- Full XML attribute support (Parser/Builder)
- Object (de)serialization now maintains element order
- Fixed the zero-length array problem
- Made indentation uniform (spaces not tabs)
- Made Header and Body work more like real structs
- Changed the parseSOAP api, now returns the body structure, 
  instead of a list of body elements
- Changed the soapaction and namespaces for the interop server
- New silabclient options
- Initial encoding support







More information about the Python-list mailing list