z3c.soap

Soap using ZSI in Zope 2


Keywords
Zope2, SOAP, ZSI
License
ZPL-2.1
Install
pip install z3c.soap==0.5.5

Documentation

SOAP Support

This SOAP implementation allows you provide SOAP views for objects. The SOAP layer is based on ZSI.

The package requires ZSI 2.0 or better.

SOAP support is implemented in a way very similar to the standard Zope XML-RPC support. To call methods via SOAP, you need to create and register SOAP views.

Version >= 0.5.4 are intended to be used with Zope 2.13 and higher. Older versions (0.5.3 and under) should work correctly with Zope < 2.13

This package is largely inspired from Zope 3 SOAP (http://svn.zope.org/soap).