<?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>Wed, 10 Mar 2010 17:18:25 +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-301</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 17 Dec 2008 03:37:09 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/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'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-300</link>
		<dc:creator>Brendon J. Wilson</dc:creator>
		<pubDate>Tue, 16 Dec 2008 21:51:53 +0000</pubDate>
		<guid>http://sdflex.org/blog/air/amazon-web-services-cont#comment-300</guid>
		<description>I'm using "http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl". However, it appears my problem is caused by the lack of the  in the crossdomain.xml file on AWS. As a result, you can'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-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>
</channel>
</rss>
