arisp
July 31st, 2002, 03:43 PM
Hi all... I will get straight to the point and, as always, any replies will be greatly appreciated...
I have a web service and I want to make it an event producer... other components (windows services) will then subscribe and listen for these events..
The problem is, all the examples I found, and followed, assume that on the listener side, you create a new eventproducer object in order to listen for the events it raises. But this is a web service. I tried making the Event in my webservice shared, but no luck, it does not appear to be fired.. or at least the listener does not catch it...
Anybody got any ideas on how to go about doing this?
Thanks guys,
AP
I have a web service and I want to make it an event producer... other components (windows services) will then subscribe and listen for these events..
The problem is, all the examples I found, and followed, assume that on the listener side, you create a new eventproducer object in order to listen for the events it raises. But this is a web service. I tried making the Event in my webservice shared, but no luck, it does not appear to be fired.. or at least the listener does not catch it...
Anybody got any ideas on how to go about doing this?
Thanks guys,
AP