R – Which Amazon web services can be used with Delphi ‘out of the box’

amazon-web-servicesdelphidelphi-2009soap

The feature matrix for Delphi says: 'Added in 2007! SOAP features updated to support Amazon, eBay, MapPoint, and more'.

I was able to build a working client, without special workarounds for the Amazon Simple Queue Service. With Amazon SimpleDB, I ran out of luck (but not because of Delphi, see here).

Which Amazon web services have you sucessfully tested or used with Delphi 2007 (or 2009)?

Was it necessary to use special workarounds to make it work?

Best Answer

I'm using n software Amazon Integrator in my current project for a client. It's not cheap, but supports most of Amazon's services (Simple Storage Service (S3), Simple Queue Service (SQS), SimpleDB, Elastic Compute Cloud (EC2), and E-Commerce Service (AWS)). It's not "out of the box" solution, but with a help of a third party component.

Related Topic