Download List

專案描述

ZSI, the Zolera SOAP Infrastructure, is a
pure-Python module that provides an implementation
of SOAP messaging, as described in The SOAP 1.1
Specification. It can also be used to build
applications using SOAP Messages with Attachments.
ZSI is intended to make it easier to write Web
services in Python. In particular, ZSI parses and
generates SOAP messages, and converts between
native Python datatypes and SOAP syntax. Simple
dispatch and invocation methods are supported.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-02-16 18:47
1.7

Support was added for the FastCGI module of jonpy
(http://jonpy.sourceforge.net/). A FutureWarning
with Python 2.3.x was eliminated. A check was
added to make sure that the generated ID values
are legal IDs under Python 2.3 and newer.
_textunprotect is no longer needed.
ZSI.wstools.XMLname.toXMLname() was fixed so that
the namespace prefix isn't lost.
標籤: Minor bugfixes

2004-03-11 06:52
1.5

TypeCode honoring for response parameters, string
adherence in wsdl for request and response params
via ServiceProxy, and various bugfixes, including fixes
for problems with wsdl2py. This release features
improved interoperability with other SOAP engines.
標籤: Minor feature enhancements

2003-11-12 07:24
1.4

This version makes the "docstyle" work for returning
data, too. TC.Struct.typed will output an xsi:type
parameter now.
標籤: Minor bugfixes

2003-09-10 21:33
1.4.1 RC1

標籤: Initial freshmeat announcement

Project Resources