<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Amazon Web Services Continued</title>
	<link>http://sdflex.org/blog/air/amazon-web-services-cont</link>
	<description></description>
	<pubDate>Fri, 21 Nov 2008 02:12:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: admin</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont#comment-282</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:26:54 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/amazon-web-services-cont#comment-282</guid>
		<description>I just wrote a quick HTTP Service that works fine without the Proxy:

&lt;code&gt;
&#60;mx:HTTPService id="AmazonSearch"  
  		showBusyCursor="true" 
  		url="http://ecs.amazonaws.com/onca/xml" method="POST"
  		resultFormat="e4x"
		result="itemSearchResult(event)"&#62;


&lt;blockquote&gt;
  			&#60;mx:request &#62;


&lt;blockquote&gt;
  				&#60;Version&#62;2008-06-26&#60;/Version&#62;
  				&#60;Service&#62;AWSECommerceService&#60;/Service&#62;
				&#60;Operation&#62;ItemSearch&#60;/Operation&#62;
  				&#60;AWSAccessKeyId&#62;[ your aws access key id here ]&#60;/AWSAccessKeyId&#62;
	  			&#60;Keywords&#62;hunting&#60;/Keywords&#62;
	  			&#60;SearchIndex&#62;Books&#60;/SearchIndex&#62;
	  			&#60;Count&#62;20&#60;/Count&#62;
	  			&#60;ResponseGroup&#62;Medium&#60;/ResponseGroup&#62;
	  			&#60;ItemPage&#62;5&#60;/ItemPage&#62;
&lt;/blockquote&gt;


  			&#60;/mx:request&#62;
&lt;/blockquote&gt;


  	&#60;/mx:HTTPService&#62;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>I just wrote a quick HTTP Service that works fine without the Proxy:</p>
<p><code><br />
&lt;mx:HTTPService id="AmazonSearch"<br />
  		showBusyCursor="true"<br />
  		url="http://ecs.amazonaws.com/onca/xml" method="POST"<br />
  		resultFormat="e4x"<br />
		result="itemSearchResult(event)"&gt;</p>
<blockquote><p>
  			&lt;mx:request &gt;</p>
<blockquote><p>
  				&lt;Version&gt;2008-06-26&lt;/Version&gt;<br />
  				&lt;Service&gt;AWSECommerceService&lt;/Service&gt;<br />
				&lt;Operation&gt;ItemSearch&lt;/Operation&gt;<br />
  				&lt;AWSAccessKeyId&gt;[ your aws access key id here ]&lt;/AWSAccessKeyId&gt;<br />
	  			&lt;Keywords&gt;hunting&lt;/Keywords&gt;<br />
	  			&lt;SearchIndex&gt;Books&lt;/SearchIndex&gt;<br />
	  			&lt;Count&gt;20&lt;/Count&gt;<br />
	  			&lt;ResponseGroup&gt;Medium&lt;/ResponseGroup&gt;<br />
	  			&lt;ItemPage&gt;5&lt;/ItemPage&gt;
</p></blockquote>
<p>  			&lt;/mx:request&gt;
</p></blockquote>
<p>  	&lt;/mx:HTTPService&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont#comment-281</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:25:31 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/amazon-web-services-cont#comment-281</guid>
		<description>Brendon,

What url are you using to access the AWS? 

Kev</description>
		<content:encoded><![CDATA[<p>Brendon,</p>
<p>What url are you using to access the AWS? </p>
<p>Kev</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#8220;Security error accessing url&#8221; in Flash 9,0,124,0 at www.brendonwilson.com</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont#comment-280</link>
		<dc:creator>&#8220;Security error accessing url&#8221; in Flash 9,0,124,0 at www.brendonwilson.com</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:13:52 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/amazon-web-services-cont#comment-280</guid>
		<description>[...] wall. Unless I&#8217;m totally mistaken, and there&#8217;s a workaround that doesn&#8217;t involve using a proxy?      &#171; US Border Laptop Search Policies Are [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] wall. Unless I&#8217;m totally mistaken, and there&#8217;s a workaround that doesn&#8217;t involve using a proxy?      &laquo; US Border Laptop Search Policies Are [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont#comment-279</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Thu, 07 Aug 2008 21:38:25 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/amazon-web-services-cont#comment-279</guid>
		<description>This helps if you're using the proxy, but what if you're simply using the WebService MXML tag directly, as opposed to using the Import Web Service option? For example:

	
		
			
				{amazonDeveloperId}
				
					{itemId}
					{idType}
					{searchIndex}
					ItemAttributes,Images,Tracks,EditorialReview
				
			
		
	

Amazon has a crossdomain.xml file, so this should simply work. In fact, it DID work until Flash 9,0,124,0. Any ideas?</description>
		<content:encoded><![CDATA[<p>This helps if you&#8217;re using the proxy, but what if you&#8217;re simply using the WebService MXML tag directly, as opposed to using the Import Web Service option? For example:</p>
<p>				{amazonDeveloperId}</p>
<p>					{itemId}<br />
					{idType}<br />
					{searchIndex}<br />
					ItemAttributes,Images,Tracks,EditorialReview</p>
<p>Amazon has a crossdomain.xml file, so this should simply work. In fact, it DID work until Flash 9,0,124,0. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont#comment-278</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 01 Aug 2008 21:32:23 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/amazon-web-services-cont#comment-278</guid>
		<description>Hi Nell,

It goes in the proxy-config.xml file in your LCDS server. If you use the standard set up, you'll find it at: 

&lt;code&gt;[your drive]\[your LCDS folder]\jrun4\servers\default[or your project folder]\flex\WEB-INF\flex&lt;/code&gt;

Hope that helped.

Kev</description>
		<content:encoded><![CDATA[<p>Hi Nell,</p>
<p>It goes in the proxy-config.xml file in your LCDS server. If you use the standard set up, you&#8217;ll find it at: </p>
<p><code>[your drive]\[your LCDS folder]\jrun4\servers\default[or your project folder]\flex\WEB-INF\flex</code></p>
<p>Hope that helped.</p>
<p>Kev</p>
]]></content:encoded>
	</item>
</channel>
</rss>
