I'm aware of the option of writing another WSRF webservice and subscribing to Resource Properties update notifications.

But that is not what I'm trying to achieve.

I want to write a WSRF webservice that when one of its resource properties are updated I would be able to get a method invocation from with in the service or resource on which the property update was performed.

I hope I'm clear enough of what I'm trying to achieve.

 

Asaf Lahav

VP R&D, Prima Grid LTD.

Cellular:  972-54-4717955

Phone:   972-3-6540255

Fax:       972-3-6540254


From: Alvaro Orus [mailto:[EMAIL PROTECTED]
Sent: Friday, May 05, 2006 9:18 AM
To: wsrf-user@ws.apache.org
Subject: Re: resource properties

 

Hi

I think the best way to do that is using WS-notification. You may implement an audit/log web-service which is subscribed to a specific topic related to a property change. When this property changes, a notification with the old value and the new value of the property will be sent to services that are interested in that value change.

As WS-Notification implementation i recommend you WS-Messenger:
http://www.extreme.indiana.edu/xgws/messenger/

On 5/5/06, asaf lahav <[EMAIL PROTECTED]> wrote:

Hi,

 

How can I know that a resource property value was updated from with in the WSRF service?

What I would like is to get a method invocation each time a service client/stub/consumer updates a resource property value so I'll be able to audit/log it.

What is the way to achieve that?

 

Thanks in advance,  

 

Asaf Lahav

VP R&D, Prima Grid LTD.

Cellular:  972-54-4717955

Phone:   972-3-6540255

Fax:       972-3-6540254

 

 

Reply via email to