RSS Feed From WEB Api

Hi,

I thought this might be useful to post the code for.  I created a web handler that creates an RSS feed from a WEB Api Call to the GetPerformances web method.   It is a starting point you can pull in webcontent as well for the RSS feed.  The zip file contains a Visual Studio 2008 project.  To run this project you will need to modify the web.config to point to your web api server.  At the moment the feed calls GetPerformances for a 60 day period.

 

tessrss.zip