This is an archived project and is no longer maintained. Please do not file issues or pull-requests against this repo. If you wish to continue to develop this code yourself, we recommend you fork it or contact us.
SOAP server class which auto-generates a WSDL file to initialize PHPs integrated SoapServer
functionality.
Extended by SOAPModelAccess
to scaffold WSDL for a specific class.
This module is just a wrapper for the "restfulserver" module, internally all SOAP calls are rewritten as RESTful calls
This module was originally developed as core part of the SilverStripe CMS, but since April 2016 it has been maintained by http://github.com/xini
- SilverStripe 3.1 or newer
- "restfulserver" module
Install the module using composer:
composer require innoweb/silverstripe-soapserver dev-master
or download or git clone the module into a ‘soapserver’ directory in your webroot.
Then run dev/build.
BSD 3-Clause License, see License