[wsf-c-dev][WSF-PHP]WS Eventing for wsf-php

Buddhika Semasinghe buddhika at wso2.com
Fri May 11 00:16:08 PDT 2007


Hi;
    In order to include WS-Eventing functionalities to wsf-php I went 
through the publisher-subscriber sample in savan in WSFC. I tried to 
implement the same client in wsf-php. But I found some issues that 
should be solved before developing further. In order to run a savan 
sample  in client side PHP user has to provide a subcribtion client and 
a listener service. So Is it better to include another option to the 
option array  called "savan" or "eventing" to WSClient and WSService and 
engage savan module.

$service = new WSService(....., array("savan" => TRUE);

And also in client side we can use methods as
$client = new WSClient(.....,array("savan"));
$client->subscribe();
$client->renew();
$client->getStatus()
 
I Would like to have more comments for this since now I am getting to 
know some knowledge about WS-Eventing.

Thanks

Buddhika





More information about the Wsf-c-dev mailing list