Norbert Mocsnik has a new post today over on his blog and his efforts to use overloading with the PEAR::SOAP class.
Before filing a bug report, I'd like to get some feedback: did any of you use SOAP the way I describe (below)?
After spending many hours on SOAP in the past days, it seems like no one used it with overloading until now. At least not for calling remote methods with parameters.
He gives a few examples of how it seems like the overloading should work, but apparently doesn't. By passing a call to call() with the parameters in place, things work. It's when you try to call the remote function directly with the parameters that things get a little hairy...
Has anyone else seen this behavior?




