Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Norbert Mocsnik's Blog:
PEAR::SOAP + Overloading + Method Parameters
Jun 19, 2005 @ 22:53:58

Norbert Mocsnik has a new post today over on his blog and his efforts to use overloading with the PEAR::SOAP class.

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.

Before filing a bug report, I'd like to get some feedback: did any of you use SOAP the way I describe (below)?

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?

tagged:

Link:


Trending Topics: