Listening to PHP function calls to intercept the returned value Thanks for the input!
I am implementing something along these lines. Trouble that I am having is calling YourWrapperClassObj->startSession(...) goes through SoapClient::__soapCall('startSession', ...) rather than YourWrapperClass::__soapCall('startSession', ...)
Not sure why this behaviour is occurring or how to take control of it.
Thanks again.