Answer for Still Stuck on Consuming Event Notifications
Hi Bonnie, As long as you configured it correctly on the config.lua, the ems sends a a Raw POST data to the url you specified. EMS sends the data using RPC. evowebservices has a method processEvent too. This is the function that receives the Raw POST data from ems. The code in php looks like this:<?php $postdata = file_get_contents("php://input"); ?>
the $postdata is a variable that contains a text in json format of the events data.
in c# you need to get that Raw POST data. Please see the link for the php code convert of what I have mentioned on what it looks like in c#:
http://social.msdn.microsoft.com/Forums … tents-in-c
Hope this helps,
Regards,
Toni
toni
Evostream Staff