Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
Added README file for Github
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed May 21, 2013
1 parent 8cf71e5 commit 818d047
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
SOAP Support
============

This SOAP implementation allows you provide SOAP views for objects. The
SOAP layer is based on `ZSI <http://pywebsvcs.sourceforge.net/>`__.

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).

0 comments on commit 818d047

Please sign in to comment.