Hi everybody,
I am posting here in hopes somebody can help me. I am using the PHP 5 extension.
i would like to know if i can do the following.
include 'clasname.inc';
$server = new SoapServer('some.wsdl');
$server->setClass('classname');
$server->handle();
thanks in advance,
alex