Skip to content

Commit

Permalink
Updated Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgt committed Oct 28, 2011
1 parent 4102f58 commit 3990199
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Amazon Product Services API using Java.

I'm releasing this to the wild because I found it rather difficult to get Amazon Commerce Services API working.
In theory you can use Amazon's WSDL to generate Web Service stubs. For various reasons I could not get this to work.
http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/

So here is a pretty much abandoned REST client (I moved on to other projects) that uses the generated JAXB objects
from the WSDL and Commons HTTP Client.

To Build:

ant build

To run the sample:

ant run

Right now this client is generated with the old WSDL, see: https://forums.aws.amazon.com/ann.jspa?annID=1104
It also appears that search no longer works.

Maybe someone might breath some life into this.

0 comments on commit 3990199

Please sign in to comment.