Is there any example Amazon product API with delphi?

Im very new in Delphi WSDL programming, is there any example of an Amazon API with delphi? I searched this topic on google and did not find.

how to do authentication with amazon product api? How to make a query "search for an item"?

+4
source share
2 answers

Some information / example for Amazon E-Commerce Service is in Freepascal WEB SERVICE TOOLKIT , based on Freepascal, but also having a Delphi example.

+1
source

This does not apply to Amazon, but if you are new to WDSL / SOAP, this may come in handy:

http://delphi.about.com/od/webservices/Developing_Web_Services_with_Delphi.htm

http://www.devarticles.com/c/a/Delphi-Kylix/Creating-a-Web-Service-Client-with-Delphi/

http://www.devarticles.com/c/a/Delphi-Kylix/Building-a-Web-Service-from-Scratch-with-Delphi/

http://www.bobswart.nl/Weblog/Blog.aspx?RootId=5:1424

Note. SOAP develops strongly in different versions of Delphi, examples may be for other versions of Delphi than yours.

0
source

Source: https://habr.com/ru/post/1393209/


All Articles