search for: itemsearch

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

Did you mean: item_arch
2006 Jul 07
0
Net::HTTP.get_reponse issues ...
...39;Service'' => ''AWSECommerceService'', ''AWSAccessKeyId'' => ''[Removed for security]'', ''AssociateTag'' => ''[Removed for security]'', ''Operation'' => ''ItemSearch'', ''ResponseGroup'' => ''Small,Images'', ''SearchIndex'' => ''Music'', ''Artist'' => search_artist}.map { |key,value| "#{key}=#{value}"}.join("&") amaz...
2005 Dec 27
0
Newbie: Getting Book Data from Amazon
...riverFactory.new(wsdl).create_rpc_driver This seems to work great -- I get a fully populated drv object with all the methods and stuff from the WSDL descriptor, according to drv.methods. The problem, however, is that I''m having a hard time figuring out what parameters to feed to the ItemSearch method, which is what I really want to use. (I suspect that Ruby''s reflection methods might be able to tell me, but I''ve not figured out the syntax to get it to tell me what parameters a method is expecting.) The sample code that comes with soap4r /sample/wsdl/amazonEC/ cl...