-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |