C/C++
amz_ws.txt
Associated article: Amazon Web Services
Tags: Database Web Development .NET C/C++ Mobile
Published source code accompanying the article by Ashish Muni and Justin Hansen in which they discuss ScanZoom, an application that lets you use mobile camera phones to launch Web services by taking photos of barcodes. Uses the Amazon.com Web Service API.
Amazon Web Services
by Ashish Muni & Justin Hansen
Example 1:
1 string subID = "<our subscription id>";
2 AWSECommerceService service = new AWSECommerceService();
3 ItemSearch itemSearch = new ItemSearch();
4 ItemSearchRequest searchRequest = new ItemSearchRequest();
5 searchRequest.Keywords = keywords;
6 string[] responseGroup =
newstring[]{"OfferFull",&...


