Zolera SOAP Infrastructure is a Python implementation of SOAP
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. It can also be used to build applications using SOAP Messages with Attachments. ZSI is intended to make it easier to write web services in Python.
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. It can also be used to build applications using SOAP Messages with Attachments. ZSI is intended to make it easier to write web services in Python.
To install py27-zsi, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-zsi
To see what files were installed by py27-zsi, run:
port contents py27-zsi
To later upgrade py27-zsi, run:
sudo port selfupdate && sudo port upgrade py27-zsi
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.