> I've written two articles on this. One is really old on > the Adobe (macromedia site) and the other is for CFDJ. More > info here: > > <http://www.jeffryhouser.com/index.cfm/2005/11/16/Consuming-Am azoncom-Web-Services>
Yeah, that is the Amazon Web Services, more specifically the E-Commerce Service and I have that working just fine. This is the AIMS or Amazon Inventory Management Service aqnd is used for downloading order fullfillment reports, doing batch refunds, things like that. I am trying to use code allong the lines of... <cfset CFHTTPURL = "https://secure.amazon.com/exec/panama/seller-admin/manual-reports/get-repor t-status"> <cfhttp method="post" url="#CFHTTPURL#" username="#AmazonUserID#" password="#AmazonPassword#"> <cfhttpparam type="cookie" name="session-id" value="#session-id#"> <cfhttpparam type="cookie" name="session-id-time" value="#session-id-time#"> <cfhttpparam type="cookie" name="ubid-main" value="#ubid-main#"> </cfhttp> But it doesn't want to work. Unfortunately seaching the web for this yields lots of books from the amazon site about completely unrelated subjects but no a lot of help! Amazon only provide code samples for PHP and even then using cURL for the http requests so it isn't much help. Any other ideas? -- Jay -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.394 / Virus Database: 268.8.3/362 - Release Date: 12/06/2006 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:5:209014 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
