Has anyone created a WCF service that subscribes to the TFSEventService and listens for the WorkItemChangedEvent? There are a couple SO questions I found regarding this but from the small bit of info I could find it seems that 2010 might be slightly different and these two SO questions are from 2009 (1537302 and 1891773) so not sure if they still apply.
I have followed this one example but can't get it to work. I'm have various issues, if I host WCF on another service I get access errors. If I follow the example which host the WCF service host on the TFS instance (maybe that is a requirement, but I don't think so) it doesn't seem to even attempt to run the service.
I can find some doc on this here and there but usually for tfs2005 or 2008. And I don't really find anything comprehensive (i.e. something give the high level idea of how things work, and then a full example).
Does anyone know if there is Microsoft (or anyone's) documentation for 2010 on how this works?
Does have a working example of doing this?