Receiving Team Foundation events - one more correction

Published 28 February 06 04:39 PM | psheill 

If you've written any web services that listen for Team Foundation events for any previous beta releases, you'll want to update your web method for RC.  We made one (hopefully last) change to the Action and RequestNamespace.  The "02" became an "03".  If you don't change this, you will not get notified and you will see an error about an "unrecognized Soap Action".  Here is one valid way to write the webmethod:

[SoapDocumentMethod(Action = "http://schemas.microsoft.com/TeamFoundation/2005/06/Services/Notification/03/Notify", 
  RequestNamespace="http://schemas.microsoft.com/TeamFoundation/2005/06/Services/Notification/03"
)]
[WebMethod]
public void Notify(string eventXml)
{
  ...
}

 

Comments

# Team System News said on March 1, 2006 11:24 AM:
Rob Caron points us to a process guidance print tool. He also talks about TDD in Agitator and Team System....
# adamga's WebLog said on November 3, 2007 11:21 AM:

I was goofing around the other day with TFS 2008 Beta 2, and decided I'd write an extension to handle

New Comments to this post are disabled
Page view tracker