b r a y d e n . o r g / Software

/ WebHome / NetApps / WebServices / AmazonWebServices / AwsReadme

This Web


WebHome  
Topic List  
Web Statistics 

All Webs


Books
Main
Random
Software
TWiki  

brayden.org


Home
Monthly Digest
Today's Links
Resumé
Reading List
Books RSS
Random RSS
Software RSS

Other


Dale's Blog

currently-reading
TextDrive

The README for the Amazon Web Services Developer Kit.

Amazon Web Services Readme

Overview

Thanks for downloading the Amazon.com Web Services software development kit

2.1. Two audiences who will find this document useful are:

1.Web site owners who want to enhance their web site with Amazon content and features.

2.Developers who wish to experiment with or create applications built on Amazon.com Web Services.

The first Web services that we have exposed are:

This document should contain all you need to get started. We have provided a forum to discuss Amazon.com Web Services with other developers at http://forums.prospero.com/am-assocdevxml/start/. If you have feedback you'd like to send us, please feel free to do so - you can contact us at webservices@amazon.com.

In order to use Amazon.com Web Services, you will first need to register and obtain a valid developer token. You can get your token here: http://associates.amazon.com/exec/panama/associates/join/developer/application.html.

This release of Amazon.com Web Services is a beta release. The full terms of use are described in the file COM_LICENSE.TXT included in this kit.

Contents of the Kit

This development kit includes:

Technical Documents

Other documents can be found at the following URIs:

Please note that you will not be able to view the DTDs with Internet Explorer.

Consuming Amazon.com Web Services with .NET

Please see the following helpful articles about using Amazon.com Web Services with .NET. (Please note -- some of these tutorials refer to version 1.0 of the platform.)

Instructions on how to use the Java Sample

  1. Requires JDK 1.4.0 and Apache Axis Beta-3.
  2. Unpackage attached file to a directory
  3. Download newest WSDL, and place in the same directory
  4. Run client.axis.sh to generate client stubs
  5. javac *.java
  6. java run

Instructions on how to use the Java Price Tracking Program

Installation:

  1. Requires JDK 1.4.0 and Apache Axis Beta-3.
  2. Unpackage attached file to a directory
  3. Download newest WSDL from Amazon.com WebServices web site, and place in the same directory
    1. 4a) In Unix, run "export client.axis.sh" in the command line to generate client stubs
    2. In Windows, run "client.axis.bat" in the dos-prompt to generate client stubs
  4. javac *.java
  5. java run

How to use the program:

  1. Enter the vendor name, asscociate id, token and seller id into the vendor info box
  2. Enter the appropiate URL
  3. Enter the number of products for tracking in the "Number of Asins Entered" field
  4. Insert the Asin numbers in the second column of the table Note: please press "Enter" button after inserting the last Asin to ensure that all Asins are properly entered)
  5. Enter the mode, type, offer and page
  6. Choose the method of either XML or Soap to send the request
  7. The results (in table format) will be displayed in a new Window. Only the seller's own products will have a recommend price (others will be "Not Applicable") When there is no product from the other sellers to do the comparison, the seller's own products will not have a recommended price ("No Comment")
  8. The Result area in the main window will show the response received from the server (in XML format)
  9. The results will be recorded into the asinRecord.dat file

Release Notes for SDK 1.01:

Release Notes for SDK 2.0:

Release Notes for SDK 2.1:

-- DaleBrayden - 28 Aug 2003

 
 
Current Rev: r1.2 - 28 Aug 2003 - 19:11 GMT - DaleBrayden, Revision History:Diffs | r1.2 | > | r1.1
© 2003-2011 by the contributing authors.