From 8c8d7576b1bffaa25d8e1790556a1ae0be46a982 Mon Sep 17 00:00:00 2001 From: recht Date: Wed, 24 Dec 2003 10:30:33 +0000 Subject: 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. --- net/py-zsi/DESCR | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/py-zsi/DESCR (limited to 'net/py-zsi/DESCR') 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. -- cgit v1.2.3