Querying Amazon through webservice
June 14, 2007
Well, this has been a long pending item for me to post, I have been telling my colleague Raghu that I will post it, but delayed it for sometime. This example queries the amazon store by calling their web services and display the search results in a Datagrid, thanks to Raghu , who had shared the datagrid piece of code.
The code also plays around with the resultset and displays the customer reviews and ratings as a column chart, just like how amazon does in its reviews page.
This should help anybody, who want to get data from Amazon.
Here is a screenshot of the application.
Here is the source Amazon.mxml

August 3, 2007 at 9:59 am
when i run the code ,i meet a error [FaultEvent fault=[RPC Fault faultString="Required parameter 'MarketplaceDomain' not found in input arguments." faultCode="EncodingError" faultDetail="null"] messageId=null type=”fault” bubbles=false cancelable=true eventPhase=2]
why?how can i fix it?
thanks