How to create a webservice which listens to tfs 2010 event alerts?
i need a webservice which listens to tfs (2010). The tfs will trigger an alert when build quality is changed. i want to process that SOAP message using a webservice. how do i create that? is there any template? i am a rookie in c# &.net...it would be much helpful if someone gives me a template...thx a lot You can create a WCF service to receive these alerts. Please see "How to use WCF to subscribe to the TFS 2010 Event Service [rolling up hours]" . Instead of using this method for using WCF event handlers, I would actually use the new ISubscriber method. We additionally discuss how it works in