innoweb/silverstripe-soapserver

This package is abandoned and no longer maintained. No replacement package was suggested.

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

2.0.3 2016-04-29 12:19 UTC

This package is auto-updated.

Last update: 2023-04-15 00:12:42 UTC


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.

Build Status Code Quality Code Coverage Version License

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

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

Documentation

See Documentation index