Hello,
I’ve generated stub classes from a SOAP WSDL for use in a 3rd party app, and I’m wondering what’s the best way to integrate these stub classes into my PHP? Do I use ‘includes’, or namespacing/use statements? With 1700+ classes, efficiency is my goal.
Thanks