2008-09-07 05:51:23 +02:00
|
|
|
Paraphrasing the original (2.0) website:
|
2001-09-17 11:06:52 +02:00
|
|
|
|
2008-09-07 05:51:23 +02:00
|
|
|
ZSI, the Zolera SOAP Infrastructure, is a Python package that provides an
|
|
|
|
implementation of SOAP messaging, as described in The SOAP 1.1
|
|
|
|
Specification. In particular, ZSI parses and generates SOAP messages, and
|
|
|
|
converts between native Python datatypes and SOAP syntax. ZSI, the Zolera
|
|
|
|
SOAP Infrastructure, is a pure Python module that provides
|
|
|
|
an implementation of the SOAP 1.1 specification. Simple client and server
|
|
|
|
support are also provided.
|
2001-09-17 11:06:52 +02:00
|
|
|
|
2008-09-07 05:51:23 +02:00
|
|
|
ZSI requires Python 2.3 or later and PyXML version 0.8.3 or later.
|
2001-09-17 11:06:52 +02:00
|
|
|
|
|
|
|
Author: Rich Salz <rsalz@zolera.com>
|
2002-07-10 12:28:57 +02:00
|
|
|
WWW: http://pywebsvcs.sourceforge.net/
|
2001-09-17 11:06:52 +02:00
|
|
|
|
|
|
|
-- Johann Visagie <wjv@FreeBSD.org>
|