[wsf-c-dev] [PHP] WSService API additions

Samisa Abeysinghe samisa at wso2.com
Thu Feb 15 18:49:27 PST 2007


James Clark wrote:
>> As of now, our operation implementations only take a WSMessage as a 
>> parameter. But we have to support an API where it takes a second mixed 
>> argument.
>>     
>
> What's this for? setClass?
>   
As we discussed earlier, we can support set class with the option array.
$svr = new WSService(array <http://www.php.net/array>("operations" => 
$operations, "className" => "TestClass", "classArgs" => array($arg1, 
$arg2) ));

classArgs will be passed to the default class constructor during object 
creation.

> How are we handling the SOAP ext setPersistence?
>   
I am yet to look into this.

Samisa...




More information about the Wsf-c-dev mailing list