diff options
author | recht <recht@pkgsrc.org> | 2003-12-24 10:30:33 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-12-24 10:30:33 +0000 |
commit | 8c8d7576b1bffaa25d8e1790556a1ae0be46a982 (patch) | |
tree | e395170f32f03058712878d5437e7ff7fbe724a6 /net/py-zsi/DESCR | |
parent | 734bc94da9f029dd2a4df4ace08efc7b29e01f0d (diff) | |
download | pkgsrc-8c8d7576b1bffaa25d8e1790556a1ae0be46a982.tar.gz |
initial import of py-ZSI-1.4.1 from pkgsrc-wip
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 (see http://www.w3.org/TR/soap). It can also
be used to build applications using SOAP Messages with Attachments.
(see http://www.w3.org/TR/SOAP-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. There are no known bugs. It's only
known limitation is that it cannot handle multi-dimensional arrays.
Diffstat (limited to 'net/py-zsi/DESCR')
-rw-r--r-- | net/py-zsi/DESCR | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-zsi/DESCR b/net/py-zsi/DESCR new file mode 100644 index 00000000000..ff455b5ec6c --- /dev/null +++ b/net/py-zsi/DESCR @@ -0,0 +1,11 @@ +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 (see http://www.w3.org/TR/soap). It can also +be used to build applications using SOAP Messages with Attachments. +(see http://www.w3.org/TR/SOAP-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. There are no known bugs. It's only +known limitation is that it cannot handle multi-dimensional arrays. |