• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..08-Feb-2019-

ZSI/H08-Feb-2019-21,67216,766

ZSI.egg-info/H03-May-2022-1110

doc/H03-May-2022-1,7981,322

samples/H08-Feb-2019-175131

scripts/H08-Feb-2019-204

test/H08-Feb-2019-32,27430,260

CHANGESH A D08-Feb-20199.9 KiB190178

CopyrightH A D08-Feb-2019372 128

PKG-INFOH A D08-Feb-2019298 1110

READMEH A D08-Feb-20191.5 KiB4230

setup.cfgH A D08-Feb-2019227 1915

setup.pyH A D08-Feb-20191.9 KiB7361

README

1==============================
2The Zolera SOAP Infrastructure
3==============================
4
5ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that
6provides an implementation of SOAP messaging, as described in SOAP 1.1
7Specification (see http://www.w3.org/TR/soap).  It can also be used to
8build applications using SOAP Messages with Attachments (see
9http://www.w3.org/TR/SOAP-attachments).  ZSI is intended to make it
10easier to write web services in Python.
11
12In particular, ZSI parses and generates SOAP messages, and converts
13between native Python datatypes and SOAP syntax. Simple dispatch and
14invocation methods are supported.  There are no known bugs.  It's only
15known limitation is that it cannot handle multi-dimensional arrays.
16
17ZSI is built on top of DOM.  It requires Python 2.3 or later.
18It is open source.  We hope you find it useful.
19
20The ZSI.twisted package will only be built if you're using Python >= 2.4,
21and in order to use it you'll need twisted >= 2.0 and twistedWeb >= 0.5.0
22
23
24The documentation (in PDF and HTML) is accurate.  We should probably
25restructure the document as a HOWTO.  You probably can't usefully edit
26the docs without having the Python2.0 sources and some other utilities
27(TeX, pdfLaTeX, latex2html) on a Unix or Cygwin installation.  If you
28want to format or revise the docs, see "Documentation Tools" in the
29file RELEASE.
30
31	/rich $alz
32	rsalz@datapower.com
33
34Things To Do
35------------
36
37Any volunteers?
38
39- Use isinstance() for types.
40
41- Update to SOAPv1.2.
42