diff options
author | wjv <wjv@FreeBSD.org> | 2001-09-17 09:06:52 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-09-17 09:06:52 +0000 |
commit | 55e58ea21fb62c8a4551b279ee267d9268d36282 (patch) | |
tree | 12fcc20565fec0e9b858640886bbfd6e91ee80b3 /net/py-zsi-devel/pkg-descr | |
parent | b8b3b09c9b2dba83a70b16d6b04bab7ee7d160ac (diff) | |
download | FreeBSD-ports-55e58ea21fb62c8a4551b279ee267d9268d36282.zip FreeBSD-ports-55e58ea21fb62c8a4551b279ee267d9268d36282.tar.gz |
Add py-zsi 1.1, a pure Python module that provides an
implementation of SOAP 1.1.
Diffstat (limited to 'net/py-zsi-devel/pkg-descr')
-rw-r--r-- | net/py-zsi-devel/pkg-descr | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/py-zsi-devel/pkg-descr b/net/py-zsi-devel/pkg-descr new file mode 100644 index 0000000..6f4ddec --- /dev/null +++ b/net/py-zsi-devel/pkg-descr @@ -0,0 +1,14 @@ +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> |