Hi,
I am writing a c++ program to subscribe to a CIM provider and in case of events it should call one of my functions. I am not sure how to go about doing this as the parameters for wsman_action_subscribe consists of a destination uri.
1) does that mean i should have a web service listening on the destination uri to receive indications from the provider
2) is there a simple way to tell wsman to call one of my local functions. If yes then how do i go about doing that.
Thanks
Prashanth