2019-09-24 09:17:28 -04:00
..
2018-04-06 10:58:45 +02:00
2018-04-06 10:58:45 +02:00
2013-07-19 17:01:55 +02:00
2018-04-06 10:40:03 +02:00
2018-04-06 11:18:36 +02:00
2018-04-06 10:58:45 +02:00
2018-04-06 10:58:45 +02:00
2019-09-24 08:23:19 -04:00
2018-04-06 10:58:45 +02:00
2019-09-24 08:23:19 -04:00

BeSimpleSoapServer

The BeSimpleSoapServer is a component that extends the native PHP SoapServer with further features like SwA, MTOM and WS-Security.

Features (only subsets of the linked specs implemented)

  • SwA: SOAP Messages with Attachments Spec
  • MTOM: SOAP Message Transmission Optimization Mechanism Spec
  • WS-Security Spec1, Spec2

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-server": "0.2.*@dev"
    }
}

Now you are ready to install the library:

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