<?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: Amazon Web Services Continued</title>
	<atom:link href="http://sdflex.org/blog/air/amazon-web-services-cont/feed" rel="self" type="application/rss+xml" />
	<link>http://sdflex.org/blog/air/amazon-web-services-cont</link>
	<description></description>
	<lastBuildDate>Fri, 06 Aug 2010 16:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: admin</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont/comment-page-1#comment-301</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:37:09 +0000</pubDate>
		<guid isPermaLink="false">http://sdflex.org/blog//amazon-web-services-cont#comment-301</guid>
		<description>Brendon,

I believe you are right about that. You cannot (as far as I know) pull from the wsdl file without using the proxy of BlazeDS or LCDS, however you can still get almost all the same info via the HTTP Service as I did above. If your host server will allow, you can load LCDS or BlazeDS yourself and use the proxy or you can just use the HTTPService...

Or you could write your own proxy if you have another domain you do have access to.

I know it&#039;s frustrating, but there are lots of ways to skin a cow.

Kevin</description>
		<content:encoded><![CDATA[<p>Brendon,</p>
<p>I believe you are right about that. You cannot (as far as I know) pull from the wsdl file without using the proxy of BlazeDS or LCDS, however you can still get almost all the same info via the HTTP Service as I did above. If your host server will allow, you can load LCDS or BlazeDS yourself and use the proxy or you can just use the HTTPService&#8230;</p>
<p>Or you could write your own proxy if you have another domain you do have access to.</p>
<p>I know it&#8217;s frustrating, but there are lots of ways to skin a cow.</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendon J. Wilson</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont/comment-page-1#comment-300</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Tue, 16 Dec 2008 21:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://sdflex.org/blog//amazon-web-services-cont#comment-300</guid>
		<description>I&#039;m using &quot;http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl&quot;. However, it appears my problem is caused by the lack of the  in the crossdomain.xml file on AWS. As a result, you can&#039;t use SOAP to access AWS.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using &#8220;http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl&#8221;. However, it appears my problem is caused by the lack of the  in the crossdomain.xml file on AWS. As a result, you can&#8217;t use SOAP to access AWS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://sdflex.org/blog/air/amazon-web-services-cont/comment-page-1#comment-282</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://sdflex.org/blog//amazon-web-services-cont#comment-282</guid>
		<description>I just wrote a quick HTTP Service that works fine without the Proxy:

&lt;code&gt;
&lt;mx:HTTPService id=&quot;AmazonSearch&quot;  
  		showBusyCursor=&quot;true&quot; 
  		url=&quot;http://ecs.amazonaws.com/onca/xml&quot; method=&quot;POST&quot;
  		resultFormat=&quot;e4x&quot;
		result=&quot;itemSearchResult(event)&quot;&gt;


&lt;blockquote&gt;
  			&lt;mx:request &gt;


&lt;blockquote&gt;
  				&lt;Version&gt;2008-06-26&lt;/Version&gt;
  				&lt;Service&gt;AWSECommerceService&lt;/Service&gt;
				&lt;Operation&gt;ItemSearch&lt;/Operation&gt;
  				&lt;AWSAccessKeyId&gt;[ your aws access key id here ]&lt;/AWSAccessKeyId&gt;
	  			&lt;Keywords&gt;hunting&lt;/Keywords&gt;
	  			&lt;SearchIndex&gt;Books&lt;/SearchIndex&gt;
	  			&lt;Count&gt;20&lt;/Count&gt;
	  			&lt;ResponseGroup&gt;Medium&lt;/ResponseGroup&gt;
	  			&lt;ItemPage&gt;5&lt;/ItemPage&gt;
&lt;/blockquote&gt;


  			&lt;/mx:request&gt;
&lt;/blockquote&gt;


  	&lt;/mx:HTTPService&gt;
&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-page-1#comment-281</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 07 Aug 2008 22:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://sdflex.org/blog//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-page-1#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 isPermaLink="false">http://sdflex.org/blog//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>[...] 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 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
