<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Search Server 2008: Federated sites that do not return XML</title>
	<atom:link href="http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/</link>
	<description></description>
	<pubDate>Wed, 19 Nov 2008 23:53:28 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jesper M. Christensen</title>
		<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/#comment-595</link>
		<dc:creator>Jesper M. Christensen</dc:creator>
		<pubDate>Tue, 18 Nov 2008 10:18:55 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=69#comment-595</guid>
		<description>Hello Andrew,

Thanks for the code - exactly what I was looking for !!

I have the same problem as Nick though. The Page displays the RSS header but no results in the bottom. I have set up the security - for startes the NTLM App. Pool identity. I am running on a Win2k3 WSS 3 32.bit with the Infrastructure update.

Any other hints please?</description>
		<content:encoded><![CDATA[<p>Hello Andrew,</p>
<p>Thanks for the code - exactly what I was looking for !!</p>
<p>I have the same problem as Nick though. The Page displays the RSS header but no results in the bottom. I have set up the security - for startes the NTLM App. Pool identity. I am running on a Win2k3 WSS 3 32.bit with the Infrastructure update.</p>
<p>Any other hints please?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Woodward</title>
		<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/#comment-518</link>
		<dc:creator>Andrew Woodward</dc:creator>
		<pubDate>Tue, 28 Oct 2008 20:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=69#comment-518</guid>
		<description>Nick,  you need to do the last bit and cinfigure security manually.

NOTE:  The FLD file does not store the Credentials in the XML so you will need to manually set this after you import it.</description>
		<content:encoded><![CDATA[<p>Nick,  you need to do the last bit and cinfigure security manually.</p>
<p>NOTE:  The FLD file does not store the Credentials in the XML so you will need to manually set this after you import it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/#comment-516</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Mon, 27 Oct 2008 20:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=69#comment-516</guid>
		<description>Andrew

I am running MOSS 2007 x64 and I'm using the source files you've provided... I have uploaded the Google.aspx and Google.aspx.cs to 12\Template\layouts\search; and I have imported the FLD, replacing "mssxdemovpc" with the URL of my SharePoint installation. However i am not returning any results when pointing a federated search web part at the Google location, or when browsing to http:\\[my url]\_layouts/search/google.aspx?q=[test search terms].

Am I missing something?</description>
		<content:encoded><![CDATA[<p>Andrew</p>
<p>I am running MOSS 2007 x64 and I&#8217;m using the source files you&#8217;ve provided&#8230; I have uploaded the Google.aspx and Google.aspx.cs to 12\Template\layouts\search; and I have imported the FLD, replacing &#8220;mssxdemovpc&#8221; with the URL of my SharePoint installation. However i am not returning any results when pointing a federated search web part at the Google location, or when browsing to http:\\[my url]\_layouts/search/google.aspx?q=[test search terms].</p>
<p>Am I missing something?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Woodward</title>
		<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/#comment-85</link>
		<dc:creator>Andrew Woodward</dc:creator>
		<pubDate>Mon, 14 Jul 2008 21:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=69#comment-85</guid>
		<description>Eugene,  I agree the code could be refactored to use the API but that was not really the purpose of the article,  it was really just demonstrating how you could provide your own proxy federation and from here do what you needed from parsing html to as you point out using providers APIs.&lt;br/&gt;&lt;br/&gt;Andrew</description>
		<content:encoded><![CDATA[<p>Eugene,  I agree the code could be refactored to use the API but that was not really the purpose of the article,  it was really just demonstrating how you could provide your own proxy federation and from here do what you needed from parsing html to as you point out using providers APIs.</p>
<p>Andrew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eugene Rosenfeld</title>
		<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/#comment-80</link>
		<dc:creator>Eugene Rosenfeld</dc:creator>
		<pubDate>Thu, 10 Jul 2008 01:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=69#comment-80</guid>
		<description>Nice article. One question: why are you parsing Google's HTML rather than calling their web services? The web services already return the search results in XML.&lt;br/&gt;&lt;a HREF="http://code.google.com/apis/soapsearch/reference.html" REL="nofollow"&gt;http://code.google.com/apis/soapsearch/reference.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Nice article. One question: why are you parsing Google&#8217;s HTML rather than calling their web services? The web services already return the search results in XML.<br /><a HREF="http://code.google.com/apis/soapsearch/reference.html" REL="nofollow">http://code.google.com/apis/soapsearch/reference.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.21apps.com/sharepoint/search-server-2008-federated-sites-that-do-not-return-xml/#comment-61</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 22 Apr 2008 07:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://21apps.co.uk/?p=69#comment-61</guid>
		<description>This article helped me greatly during my internship. Thanks!</description>
		<content:encoded><![CDATA[<p>This article helped me greatly during my internship. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
