NYCPHP Meetup

NYPHP.org

[nycphp-talk] PHP 5 soap extension...

Adam Maccabee Trachtenberg adam at trachtenberg.com
Wed Mar 30 13:58:23 EST 2005


On Wed, 30 Mar 2005, Alex C wrote:

> include 'clasname.inc';
>
> $server = new SoapServer('some.wsdl');
> $server->setClass('classname');
> $server->handle();

Are you asking if you can make SoapServer bind to an included class?
If so, yes. It doesn't matter if the class is included or embedded in
the file.

If I'm misunderstanding, please try again. :)

-adam

-- 
adam at trachtenberg.com | http://www.trachtenberg.com
author of o'reilly's "upgrading to php 5" and "php cookbook"
avoid the holiday rush, buy your copies today!



More information about the talk mailing list