Answer for Need Help With Creating .NET C# Middleware
Hi Bonnie, The Event Notification Web Services is being used by the evowebservices. Please refer to the EMS User Guide page 30 for more information on Event Notification System. https://evostream.com/evo_evals/EMS%20User%20Guide.pdf Basic understanding on how it works: Whatever stream actions that the EMS does, there are corresponding events that occur. Through these events and the notification configuration you could actually get those events data for monitoring or analysis purposes. You just have to configure the Event Notification System on the config.lua (eventLogger) The evowebservices is by default configured on the config.lua eventLogger. When it is configured correctly on the config.lua the EMS passes the event notification on the evowebservices using POST. In C# side, you can create the C# code that receives these POST data and have it configured on eventLogger on the config.lua. Hope this helps, Regards, Tonitoni
Evostream Staff