<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Rob Garrett - Blog</title>
	<atom:link href="http://blog.robgarrett.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robgarrett.com</link>
	<description>Software and Technology Tid-bits</description>
	<lastBuildDate>Mon, 22 Apr 2013 07:13:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on TaxonomyClientService.AddTerms Wrong Documentation by John</title>
		<link>http://blog.robgarrett.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1370</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 22 Apr 2013 07:13:35 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1370</guid>
		<description><![CDATA[Thanks Rob, you are a life saver! Couldn&#039;t work out what to put for the newTerm until I found your article.]]></description>
		<content:encoded><![CDATA[<p>Thanks Rob, you are a life saver! Couldn&#8217;t work out what to put for the newTerm until I found your article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TaxonomyClientService.AddTerms Wrong Documentation by Bhavna</title>
		<link>http://blog.robgarrett.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1369</link>
		<dc:creator><![CDATA[Bhavna]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 19:08:06 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1369</guid>
		<description><![CDATA[The new term is being truncated in the post above:
string newTerm = @&quot;&quot;]]></description>
		<content:encoded><![CDATA[<p>The new term is being truncated in the post above:<br />
string newTerm = @&#8221;"</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TaxonomyClientService.AddTerms Wrong Documentation by Bhavna</title>
		<link>http://blog.robgarrett.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1368</link>
		<dc:creator><![CDATA[Bhavna]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 19:06:25 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1368</guid>
		<description><![CDATA[Pasted the code for your reference:

string strSSPID = &quot;cb1d4195-fd96-4a55-8007-324928f90676&quot;;
            string strTermSetId = &quot;c96c4bc7-b355-43be-90ab-98b07b69d903&quot;;           

            TaxonomyService.TaxonomywebserviceSoapClient ts = new TaxonomyService.TaxonomywebserviceSoapClient();
           
            ts.ClientCredentials.Windows.ClientCredential = System.Net.CredentialCache.DefaultNetworkCredentials;
            ts.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;

            string newTermID = string.Empty;
            
                string newTerm = @&quot;
                                    
                                    
                                &quot;;
                newTermID = ts.AddTerms(new Guid(strSSPID), new Guid(strTermSetId), 1033, newTerm);]]></description>
		<content:encoded><![CDATA[<p>Pasted the code for your reference:</p>
<p>string strSSPID = &#8220;cb1d4195-fd96-4a55-8007-324928f90676&#8243;;<br />
            string strTermSetId = &#8220;c96c4bc7-b355-43be-90ab-98b07b69d903&#8243;;           </p>
<p>            TaxonomyService.TaxonomywebserviceSoapClient ts = new TaxonomyService.TaxonomywebserviceSoapClient();</p>
<p>            ts.ClientCredentials.Windows.ClientCredential = System.Net.CredentialCache.DefaultNetworkCredentials;<br />
            ts.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Impersonation;</p>
<p>            string newTermID = string.Empty;</p>
<p>                string newTerm = @&#8221;</p>
<p>                                &#8220;;<br />
                newTermID = ts.AddTerms(new Guid(strSSPID), new Guid(strTermSetId), 1033, newTerm);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on TaxonomyClientService.AddTerms Wrong Documentation by Bhavna</title>
		<link>http://blog.robgarrett.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1367</link>
		<dc:creator><![CDATA[Bhavna]]></dc:creator>
		<pubDate>Mon, 15 Apr 2013 19:04:56 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/2011/04/28/taxonomyclientservice-addterms-wrong-documentation/#comment-1367</guid>
		<description><![CDATA[Hi Rob,

I have been facing the issue with the AddTerms method of the Taxonomy web service. I used the same structure for the term as you mentioned. But the web method returns only a string with value: &#039;&#039; 

I have checked the term store Submission policy and it is Open. I dont know what could be the issue. :(

Please help.

Bhavna]]></description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>I have been facing the issue with the AddTerms method of the Taxonomy web service. I used the same structure for the term as you mentioned. But the web method returns only a string with value: &#8221; </p>
<p>I have checked the term store Submission policy and it is Open. I dont know what could be the issue. :(</p>
<p>Please help.</p>
<p>Bhavna</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an SSL Certificate for SharePoint (Development) by Rob Garrett</title>
		<link>http://blog.robgarrett.com/2012/08/23/creating-an-ssl-certificate-for-sharepoint-development/#comment-1362</link>
		<dc:creator><![CDATA[Rob Garrett]]></dc:creator>
		<pubDate>Fri, 29 Mar 2013 01:46:57 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/?p=4489#comment-1362</guid>
		<description><![CDATA[On each front end and application web server.]]></description>
		<content:encoded><![CDATA[<p>On each front end and application web server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating an SSL Certificate for SharePoint (Development) by Jacob</title>
		<link>http://blog.robgarrett.com/2012/08/23/creating-an-ssl-certificate-for-sharepoint-development/#comment-1361</link>
		<dc:creator><![CDATA[Jacob]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 03:05:41 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/?p=4489#comment-1361</guid>
		<description><![CDATA[Very Helpful, got me through the basics.

Regarding step 15, could you tell me why you do that step and if i should be doing this for each web application i create that uses an SSL cert? 

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Very Helpful, got me through the basics.</p>
<p>Regarding step 15, could you tell me why you do that step and if i should be doing this for each web application i create that uses an SSL cert? </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring SharePoint 2013 for Windows Azure Workflow by Rob Garrett</title>
		<link>http://blog.robgarrett.com/2012/10/05/configuring-sharepoint-2013-for-windows-azure-workflow/#comment-1359</link>
		<dc:creator><![CDATA[Rob Garrett]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 23:45:02 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/?p=4498#comment-1359</guid>
		<description><![CDATA[You effectively answered your own question - avoid installing SP2013 on the same server as a domain controller. Allocate one server for your DC and another for SP. If you can spare boxes, also put SQL server on another server. (Virtualization recommended)]]></description>
		<content:encoded><![CDATA[<p>You effectively answered your own question &#8211; avoid installing SP2013 on the same server as a domain controller. Allocate one server for your DC and another for SP. If you can spare boxes, also put SQL server on another server. (Virtualization recommended)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuring SharePoint 2013 for Windows Azure Workflow by Dave</title>
		<link>http://blog.robgarrett.com/2012/10/05/configuring-sharepoint-2013-for-windows-azure-workflow/#comment-1358</link>
		<dc:creator><![CDATA[Dave]]></dc:creator>
		<pubDate>Mon, 11 Mar 2013 01:26:27 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/?p=4498#comment-1358</guid>
		<description><![CDATA[Item #1, WAW integration does not work with SharePoint 2013 running on a single server domain controller. Is this still true. If so, how would you configured this in a test lab? Two domain controllers?]]></description>
		<content:encoded><![CDATA[<p>Item #1, WAW integration does not work with SharePoint 2013 running on a single server domain controller. Is this still true. If so, how would you configured this in a test lab? Two domain controllers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SharePoint 2013 Managed Navigation by Martin</title>
		<link>http://blog.robgarrett.com/2012/09/23/sharepoint-2013-managed-navigation/#comment-1357</link>
		<dc:creator><![CDATA[Martin]]></dc:creator>
		<pubDate>Thu, 28 Feb 2013 09:57:32 +0000</pubDate>
		<guid isPermaLink="false">https://robgarrett.wordpress.com/?p=4493#comment-1357</guid>
		<description><![CDATA[Hi,

how do you control access to Term-store driven navigation, now I get the &quot;Edit links&quot; for read only and contribute users, and they should not be allowed to mess with the navigation!]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>how do you control access to Term-store driven navigation, now I get the &#8220;Edit links&#8221; for read only and contribute users, and they should not be allowed to mess with the navigation!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on .NET Wrapper for COM Elevation by Nova</title>
		<link>http://blog.robgarrett.com/2007/02/12/net-wrapper-for-com-elevation/#comment-1354</link>
		<dc:creator><![CDATA[Nova]]></dc:creator>
		<pubDate>Thu, 14 Feb 2013 15:26:54 +0000</pubDate>
		<guid isPermaLink="false">/cs/blogs/software/archive/2007/02/12/net-wrapper-for-com-elevation.aspx#comment-1354</guid>
		<description><![CDATA[Hi, Rob, i&#039;m excited to see the wrapper. :D I hope you get the link back up soon.]]></description>
		<content:encoded><![CDATA[<p>Hi, Rob, i&#8217;m excited to see the wrapper. :D I hope you get the link back up soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
