..
2013-12-02 15:35:36 +01:00
2013-07-19 17:01:55 +02:00
2013-07-19 17:01:55 +02:00
2013-07-19 17:01:55 +02:00
2013-07-19 17:01:55 +02:00
2013-10-17 13:48:02 +02:00
2013-07-19 17:01:55 +02:00
2013-07-19 17:01:55 +02:00
2013-10-30 16:35:17 +01:00
2013-07-19 17:01:55 +02:00
2013-12-02 15:35:36 +01:00
2013-12-02 15:35:36 +01:00

BeSimpleSoapCommon

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