SOAP ... Love it or hate it!
Many projects integrate with SOAP servers. In PHP, this can be implemented in manu different ways. The one way is more maintainable than the other.
In this talk I'll show you the most common errors you can make when implementing a SOAP service and I'll show you some of my worst experiences with SOAP. Finally, I'll show you how a decent SOAP integration is implemented in PHP.
Demo:
https://github.com/veewee/demo-soap-client
Package:
https://github.com/phpro/soap-client