is it possible for exchange server to send SOAP request (acts like a client) when on a new event?
like calendar or contact adding/editing/deleting ?
we have a web based system that works when people create event and it sends it to exchange, but is it possible to have exchange sends to our system (SOAP or any other technology) when people create event with outlook (exchange)?
Not sure what route you took to solve your problem but here is what I did to have our Exchange server send us notification on new emails. You can use Microsoft's official Exchange Web Service (EWS) to subscribe to streaming notifications . In your case you would want to subscribe to
WellKnownFolderName.Calendar
andWellKnownFolderName.Contacts
.See here.