ppadevs/soap-common

Build and consume SOAP Common based web services

v1.0.2 2022-02-28 08:59 UTC

This package is auto-updated.

Last update: 2024-04-28 13:37:08 UTC


README

The BeSimpleSoapCommon component contains functionylity shared by both the server and client implementations.

Features

  • Common interfaces for SoapClient and SoapServer input/output processing flow
  • MIME parser for SwA and MTOM implementation
  • Soap type converters

Installation

If you do not yet have composer, install it like this:

curl -s http://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin

Create a composer.json file:

{
    "require": {
        "besimple/soap-common": "0.2.*@dev"
    }
}

Now you are ready to install the library:

php /usr/local/bin/composer.phar install