NYCPHP Meetup

NYPHP.org

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

Alex C alexchan.1976 at gmail.com
Wed Mar 30 14:12:44 EST 2005


sorry for the vagness..what i want to do is bind various member
functions to a single class.  Will that make nice with the WSDL ?


On Wed, 30 Mar 2005 13:58:23 -0500 (EST), Adam Maccabee Trachtenberg
<adam at trachtenberg.com> wrote:
> 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!
> _______________________________________________
> New York PHP Talk Mailing List
> AMP Technology
> Supporting Apache, MySQL and PHP
> http://lists.nyphp.org/mailman/listinfo/talk
> http://www.nyphp.org
>



More information about the talk mailing list