Topic by David Rutter
When we try and use the standard PHP::soapclient we get
Fatal error: Class 'SoapClient' not found
Whilst this library is usually 'built-in' for most PHP distributions,it is also possible to build PHP without this library (its a flag in the PHP build script).
We also noticed all the standard XML libraries have also been missed out of the PHP build.
Is it possible to get this enabled in OSC, and if not, which PHP SOAP library is recommended for use in OSC?
(BTW I'm aware of the notification feature in the May16 release)