Jump to letter: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-suds - A python SOAP client
- Description:
The suds project is a python soap web services client lib. Suds leverages
python meta programming to provide an intuative API for consuming web
services. Objectification of types defined in the WSDL is provided
without class generation. Programmers rarely need to read the WSDL since
services and WSDL based objects can be easily inspected. Supports
pluggable soap bindings.
Packages
| python-suds-0.3.7-1.el5.noarch
[219 KiB] |
Changelog
by jortel (2009-10-16):
- Better soap header support
- Added new transport HttpAuthenticated for active (not passive) basic authentication.
- New options (prefixes, timeout, retxml)
- WSDL processing enhancements.
- Expanded builtin XSD type support.
- Fixed <xs:iniclude/>
- Better XML date/datetime conversion.
- Client.clone() method added for lightweight copy of client object.
- XSD processing fixes/enhancements.
- Better <simpleType/> by <xs:restriction/> support.
- Performance enhancements.
- Fixed tickets: #65, #232, #233, #235, #241, #242, #244, #247, #254, #254, #256, #257, #258
|