search for: awsecommerceservice

Displaying 2 results from an estimated 2 matches for "awsecommerceservice".

2005 Dec 25
2
SOAP Client Connections
...l reasons) and can''t seem to get past this hump. Here''s my controller definition: -------------------------------------------- class StoreController < ApplicationController web_client_api :amazon, :soap, "http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl", {:Service => ''AWSECommerceService''} def index end end -------------------------------------------- I know its bare, but I haven''t been able to get past the error screen from before to start fleshing thing out. He...
2006 Jul 07
0
Net::HTTP.get_reponse issues ...
Hi, I''m struggling a bit trying to interface with the Amazon ECS web service using Net::HTTP. The code I''ve got so far is ... def index search_artist = ''Pink Floyd'' amazon_params = {''Service'' => ''AWSECommerceService'', ''AWSAccessKeyId'' => ''[Removed for security]'', ''AssociateTag'' => ''[Removed for security]'', ''Operation'' => ''ItemSearch'', ''ResponseGroup'...