Damitha Kumarage wrote:
Hi
According to the ws eventing specification The event source should be able to delegate the subscription handling to another subscription managing web service. But the current Savan implementation have not implemented this. So I started and implemented it. The approach
I used is to add an parameter in savan module.xml
<parameter name="SubscriptionMgrName" >subscription</parameter>
<parameter name="SubscriptionMgrURL" locked="xsd:false">http://localhost:9090/axis2/services/subscription</parameter>

Using the first parameter I get the subscription manager service from the conf and use
the subscriber list from that service.
The second parameter is the new subscription manager url sent to the subscriber.
thoughts?
+1 for the improvements.

Samisa...

--
Samisa Abeysinghe : http://www.wso2.org/ (WSO2 Oxygen Tank - Web Services 
Developers' Portal)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to