Based on this and this I just
wrote a web service, which enables RSS URL lookup for web logs registered at UDDI.
It should be simple to integrate this into current RSS aggregators. Email me for code.
Web service URL: http://www.request-response.com/webservices/rssquery/rssquery.asmx
There are two metods. One returns an RSS URL based on UDDI service key. One returns
an RSS URL based on UDDI service name. If multiple versions of RSS feeds are found,
service looks for RSS 2.0 feed first. Then RSS 1.0, then RSS 0.9x. It returns '-1'
if no feed is found.
Web service does dynamic queries against Microsoft's UDDI server inquire
API.