<?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/"
		>
<channel>
	<title>Comments for Bradley L. Foley</title>
	<atom:link href="http://www.blfoley.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blfoley.com</link>
	<description>A Developer&#039;s Flight Of Fancy</description>
	<lastBuildDate>Tue, 14 Feb 2012 17:12:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on The Future Of Commerce Server by Jonathan Roberts</title>
		<link>http://www.blfoley.com/2011/11/the-future-of-commerce-server/#comment-648</link>
		<dc:creator>Jonathan Roberts</dc:creator>
		<pubDate>Tue, 14 Feb 2012 17:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.blfoley.com/2011/11/the-future-of-commerce-server/#comment-648</guid>
		<description>Hi,
I have enjoyed reading your blog. I am new to Commerce 2009 R2 and I need to create a website that will bring back a clients product list from their commerce 2009 server. We dont have commerce 2009 r2 here in the office and aim to use either Agent Mode Programming API or connect directly using the webservices. I want to do this in C# to create an Umbraco Macro that will pull the product list. I dont want the user to buy anything - this would be a redirect to their current commerce site.
Can you tell me how I could go about getting the API, securely connecting to the commerce 2009 R2 Server and pull back their Product lists. I will be using Filters to bring back specific products but if I could just get a basic understanding on how I would be able to create a simple app I could figure the rest out myself. Im not even sure if this is possible.
How would you authenticate the website to the commerce server using the API etc. I have seen a load of stuff on Microsofts website but could not understand much of it and am unsure which is the best way to connect etc.
Many thanks
Jonathan</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have enjoyed reading your blog. I am new to Commerce 2009 R2 and I need to create a website that will bring back a clients product list from their commerce 2009 server. We dont have commerce 2009 r2 here in the office and aim to use either Agent Mode Programming API or connect directly using the webservices. I want to do this in C# to create an Umbraco Macro that will pull the product list. I dont want the user to buy anything &#8211; this would be a redirect to their current commerce site.<br />
Can you tell me how I could go about getting the API, securely connecting to the commerce 2009 R2 Server and pull back their Product lists. I will be using Filters to bring back specific products but if I could just get a basic understanding on how I would be able to create a simple app I could figure the rest out myself. Im not even sure if this is possible.<br />
How would you authenticate the website to the commerce server using the API etc. I have seen a load of stuff on Microsofts website but could not understand much of it and am unsure which is the best way to connect etc.<br />
Many thanks<br />
Jonathan</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That Pesky Catalog Scratch Database by brad</title>
		<link>http://www.blfoley.com/2011/07/that-pesky-catalog-scratch-database/#comment-406</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Tue, 15 Nov 2011 18:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.blfoley.com/2011/07/that-pesky-catalog-scratch-database/#comment-406</guid>
		<description>Yes it does.</description>
		<content:encoded><![CDATA[<p>Yes it does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on That Pesky Catalog Scratch Database by Naga</title>
		<link>http://www.blfoley.com/2011/07/that-pesky-catalog-scratch-database/#comment-376</link>
		<dc:creator>Naga</dc:creator>
		<pubDate>Mon, 17 Oct 2011 20:33:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.blfoley.com/2011/07/that-pesky-catalog-scratch-database/#comment-376</guid>
		<description>This applies to CS 2007 too?</description>
		<content:encoded><![CDATA[<p>This applies to CS 2007 too?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where is my credit card data???? by brad</title>
		<link>http://www.blfoley.com/2010/02/where-is-my-credit-card-data/#comment-341</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Fri, 30 Sep 2011 20:31:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blfoley.com/?p=72#comment-341</guid>
		<description>Dan, 

Sorry for the delay, generally i persist this between postbacks to the viewstate. So you can grab a reference to this, without actually having to store the data on your systems.

~Brad</description>
		<content:encoded><![CDATA[<p>Dan, </p>
<p>Sorry for the delay, generally i persist this between postbacks to the viewstate. So you can grab a reference to this, without actually having to store the data on your systems.</p>
<p>~Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Where is my credit card data???? by Dan White</title>
		<link>http://www.blfoley.com/2010/02/where-is-my-credit-card-data/#comment-319</link>
		<dc:creator>Dan White</dc:creator>
		<pubDate>Fri, 09 Sep 2011 00:15:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.blfoley.com/?p=72#comment-319</guid>
		<description>Thanks for this post; I was asking this same question and someone pointed me here. I&#039;m still missing one thing though. When you call
   this.presenter.UpdateSecureCreditCardData(creditCardNumber, cvv2);
where do you get the creditCardNumber and cvv2 from? I&#039;m looking at this in the CartControl1_CartAction method of OrderReview.ascx.cs, but the credit card info was entered on the Billing.ascx control in the previous step. If it has already been removed from the basket, where do I get it from?</description>
		<content:encoded><![CDATA[<p>Thanks for this post; I was asking this same question and someone pointed me here. I&#8217;m still missing one thing though. When you call<br />
   this.presenter.UpdateSecureCreditCardData(creditCardNumber, cvv2);<br />
where do you get the creditCardNumber and cvv2 from? I&#8217;m looking at this in the CartControl1_CartAction method of OrderReview.ascx.cs, but the credit card info was entered on the Billing.ascx control in the previous step. If it has already been removed from the basket, where do I get it from?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E-Commerce With SharePoint 2010 by brad</title>
		<link>http://www.blfoley.com/2011/05/e-commerce-with-sharepoint-2010/#comment-105</link>
		<dc:creator>brad</dc:creator>
		<pubDate>Mon, 11 Jul 2011 19:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.blfoley.com/?p=164#comment-105</guid>
		<description>Frank, 

SharePoint integration is one of its strongest selling cases. Although sometimes they make it less than easy, they continue to release new tools to allow for more and better integration. 

~Brad</description>
		<content:encoded><![CDATA[<p>Frank, </p>
<p>SharePoint integration is one of its strongest selling cases. Although sometimes they make it less than easy, they continue to release new tools to allow for more and better integration. </p>
<p>~Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on E-Commerce With SharePoint 2010 by Frank</title>
		<link>http://www.blfoley.com/2011/05/e-commerce-with-sharepoint-2010/#comment-100</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Fri, 08 Jul 2011 17:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.blfoley.com/?p=164#comment-100</guid>
		<description>See you there.
Do you see any integration of SharePoint with other tools, for example Outlook, in a way that it becomes a unique tool (so SharePoint swallowing outlook)or in your opinion SharePoint will continue play nice with the other tools though lose integration?</description>
		<content:encoded><![CDATA[<p>See you there.<br />
Do you see any integration of SharePoint with other tools, for example Outlook, in a way that it becomes a unique tool (so SharePoint swallowing outlook)or in your opinion SharePoint will continue play nice with the other tools though lose integration?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

