freebsd-ports/net/py-zsi/pkg-descr
Johann Visagie d2fc60ddc2 Add py-zsi 1.1, a pure Python module that provides an
implementation of SOAP 1.1.
2001-09-17 09:06:52 +00:00

14 lines
565 B
Text

Paraphrasing the website:
ZSI, the Zolera SOAP Infrastructure, is a pure Python module that provides
an implementation of the SOAP 1.1 specification. ZSI parses and generates
SOAP messages, and converts between native Python datatypes and SOAP
syntax. Simple client and server support are also provided.
ZSI is built on top of DOM. It requires Python 2.0 or later, and PyXML 0.6
or later. Feedback to <zsi@zolera.com>.
Author: Rich Salz <rsalz@zolera.com>
WWW: http://www.zolera.com/resources/opensrc/zsi/
-- Johann Visagie <wjv@FreeBSD.org>