innoweb / silverstripe-soapserver
SOAP server class which auto-generates a WSDL file to initialize PHPs integrated SoapServer functionality.
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- silverstripe/framework: ~3.1
- silverstripe/restfulserver: ~1.0
README
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.
Overview
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
Requirements
- SilverStripe 3.1 or newer
- "restfulserver" module
Installation
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.
License
BSD 3-Clause License, see License