Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to use the Amazon Product Advertising API to find some information on a book with its ISBN.

I generated the files with AWSECommerceService.wsdl.

It should also generate two classes: AWSECommerceService and AWSECommerceServicePortType, however it didn't. So I would like to know what can I do to have these classes generated?

Thank you

share|improve this question

closed as not a real question by Will Jan 21 at 16:14

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

You can find the required files in this project - it a very good entry point: http://code.google.com/p/amazon-product-advertising-api-sample/

Also, there is a fine explanantion by Amazon for creating the files: http://docs.aws.amazon.com/AWSECommerceService/2011-08-01/GSG/GettingSetUp.html#Java

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.