https://github.com/zopefoundation/z3c.soap
Soap using ZSI in Zope 2
https://github.com/zopefoundation/z3c.soap
Last synced: 5 months ago
JSON representation
Soap using ZSI in Zope 2
- Host: GitHub
- URL: https://github.com/zopefoundation/z3c.soap
- Owner: zopefoundation
- License: other
- Archived: true
- Created: 2013-02-23T23:06:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T16:32:37.000Z (over 5 years ago)
- Last Synced: 2025-11-29T05:58:19.464Z (6 months ago)
- Language: Python
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 72
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
.. caution::
This repository has been archived. If you want to work on it please open a ticket in https://github.com/zopefoundation/meta/issues requesting its unarchival.
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).