Re: [PHP-SOAP-DEV] Re: php-soap mailing lists
Status: Alpha
Brought to you by:
rodif_bl
|
From: andrey <ahr...@ic...> - 2002-05-02 18:14:40
|
Hi Brad,
> $soap->setClass("some_class");
>
> class some_class
> {
> function method_one();
> function method_two();
> }
>
> now the soap server will act just like that class will.
But what if the class has some methods I don't want to expose one or more
methods? However I think that adding method of a class is done transparently
so
$server->addfunction(array("some_class","method_one"));
This kind of adding works in the gtk extension as well as in the xmlrpc
extension.
> yeah it can't be compiled as a dso.. it can be compiled in staically..
> just your normal configure.
>
> ./configure --enable-soap --(other php config
options) --with-apache=(apache
> location)
Ok. I'll try to build it tonight.
Andrey
|