<?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 on: Using Amazon&#8217;s Product Advertising API</title>
	<atom:link href="http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/</link>
	<description>Oracle, Java and SOA expertise - Lean thinking, Agile working</description>
	<lastBuildDate>Mon, 06 Feb 2012 10:46:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Anand Sagar</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-16746</link>
		<dc:creator>Anand Sagar</dc:creator>
		<pubDate>Sat, 27 Aug 2011 11:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-16746</guid>
		<description>Hi Aswin,
I am very new to this API. I downloaded your code but when i try to open it in Eclipse i get errors on import  com.amazon.webservices  * statements . I feel i dont have required library files for this to compile. Can you please help me up in this..

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Aswin,<br />
I am very new to this API. I downloaded your code but when i try to open it in Eclipse i get errors on import  com.amazon.webservices  * statements . I feel i dont have required library files for this to compile. Can you please help me up in this..</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos Nieuwenhuis</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-4232</link>
		<dc:creator>Jos Nieuwenhuis</dc:creator>
		<pubDate>Mon, 02 Aug 2010 15:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-4232</guid>
		<description>Hi Aswin,

A 403 message can be caused by an incorrect authentication. Did you include your awsAccessKeyId and awsSecretKey in the AmazonSOAPHeaderData.java file?</description>
		<content:encoded><![CDATA[<p>Hi Aswin,</p>
<p>A 403 message can be caused by an incorrect authentication. Did you include your awsAccessKeyId and awsSecretKey in the AmazonSOAPHeaderData.java file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-4200</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Fri, 30 Jul 2010 11:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-4200</guid>
		<description>Hey,

    Thanks for the sample code . But when i try using this sample i get 403 forbidden probelm though my Rest call work fine. SOAP is not working good for me

Kindly Let me know if you have any reasons for that</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>    Thanks for the sample code . But when i try using this sample i get 403 forbidden probelm though my Rest call work fine. SOAP is not working good for me</p>
<p>Kindly Let me know if you have any reasons for that</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amazon Advertising API &#8211; JAVA &#171; Tutoriales para principiantes</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-301</link>
		<dc:creator>Amazon Advertising API &#8211; JAVA &#171; Tutoriales para principiantes</dc:creator>
		<pubDate>Thu, 10 Dec 2009 23:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-301</guid>
		<description>[...] http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/" rel="nofollow">http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos Nieuwenhuis</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-230</link>
		<dc:creator>Jos Nieuwenhuis</dc:creator>
		<pubDate>Wed, 02 Dec 2009 07:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-230</guid>
		<description>The Procuct Advertising allows two ways of authenticating requests: with WS-Security (X.509 Certificates) or without WS-Security (which uses your AWS identifiers and an HMAC-SHA256 signature). The blog post only describes authentication without WS-Security. 

If you need more information on using X.509 certificates please read the Amazon documentation: &lt;a href=&quot;http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/WSSecurity.html&quot; rel=&quot;nofollow&quot;&gt;http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/WSSecurity.html&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>The Procuct Advertising allows two ways of authenticating requests: with WS-Security (X.509 Certificates) or without WS-Security (which uses your AWS identifiers and an HMAC-SHA256 signature). The blog post only describes authentication without WS-Security. </p>
<p>If you need more information on using X.509 certificates please read the Amazon documentation: <a href="http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/WSSecurity.html" rel="nofollow">http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/WSSecurity.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bo xu</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-222</link>
		<dc:creator>bo xu</dc:creator>
		<pubDate>Tue, 01 Dec 2009 17:16:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-222</guid>
		<description>Do you use x.509 ?  
It looks like from the sample code you are using access keys.</description>
		<content:encoded><![CDATA[<p>Do you use x.509 ?<br />
It looks like from the sample code you are using access keys.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jos Nieuwenhuis</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-22</link>
		<dc:creator>Jos Nieuwenhuis</dc:creator>
		<pubDate>Mon, 19 Oct 2009 20:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-22</guid>
		<description>Hi Anil,
You can download the code from this URL:
http://blog.josnieuwenhuis.nl/download/aws-ecommerce-client-code.tar.gz
Of course you will need to insert your own awsAccessKeyId and awsSecretKey in the class AmazonSOAPHeaderData. For instructions on how to get your own Access ID and Secret Key please go to the Amazon AWS website: http://aws.amazon.com/</description>
		<content:encoded><![CDATA[<p>Hi Anil,<br />
You can download the code from this URL:<br />
<a href="http://blog.josnieuwenhuis.nl/download/aws-ecommerce-client-code.tar.gz" rel="nofollow">http://blog.josnieuwenhuis.nl/download/aws-ecommerce-client-code.tar.gz</a><br />
Of course you will need to insert your own awsAccessKeyId and awsSecretKey in the class AmazonSOAPHeaderData. For instructions on how to get your own Access ID and Secret Key please go to the Amazon AWS website: <a href="http://aws.amazon.com/" rel="nofollow">http://aws.amazon.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets die vermelden Using Amazon’s Product Advertising API -- Topsy.com</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-21</link>
		<dc:creator>Tweets die vermelden Using Amazon’s Product Advertising API -- Topsy.com</dc:creator>
		<pubDate>Mon, 19 Oct 2009 07:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-21</guid>
		<description>[...] Deze blogartikel was vermeld op Twitter door Douwe P. van den Bos, Whitehorses. Whitehorses heeft gezegd: Whiteblog: Amazon&#039;s Product Advertising API (http://bit.ly/2abRRY) [...]</description>
		<content:encoded><![CDATA[<p>[...] Deze blogartikel was vermeld op Twitter door Douwe P. van den Bos, Whitehorses. Whitehorses heeft gezegd: Whiteblog: Amazon&#39;s Product Advertising API (<a href="http://bit.ly/2abRRY" rel="nofollow">http://bit.ly/2abRRY</a>) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anil Pal</title>
		<link>http://blog.whitehorses.nl/2009/10/18/amazons-product-advertising-api/comment-page-1/#comment-18</link>
		<dc:creator>Anil Pal</dc:creator>
		<pubDate>Mon, 19 Oct 2009 01:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.whitehorses.nl/?p=218#comment-18</guid>
		<description>Thank you thank you thank you.  I&#039;ve been trying to figure this out
for the whole day, this has helped me out tremendously.

One question, are your complete code examples available anywhere?</description>
		<content:encoded><![CDATA[<p>Thank you thank you thank you.  I&#8217;ve been trying to figure this out<br />
for the whole day, this has helped me out tremendously.</p>
<p>One question, are your complete code examples available anywhere?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

