[wsf-c-dev] [PHP] WSService API additions
James Clark
james at wso2.com
Sun Feb 11 23:41:30 PST 2007
On Mon, 2007-02-12 at 08:07 +0600, Samisa Abeysinghe wrote:
> SoapServer has two functions SoapServer::addFunction and
> SoapServer::getFunctions.
> In order to support SoapServer API with WSService, we need to have
> support for similar API.
WSService doesn't have to map directly on to SoapServer. In our
SoapServer implementation can't we keep track of the current set of
functions and create a WSService object as needed? Does the semantics
of the functions that we specify with the operations method differ from
those added with addFunction and getFunctions?
James
> So I propose that we add two methods:
> WSService::addFunctions and WSService::getFunctions.
>
> Samisa...
>
More information about the Wsf-c-dev
mailing list