This is what I'm using... I don't remember where I got it. It returns an array 
with all the product details

<!--- Build Array for Amazon.com Query --->
<cfset keywordrequestARRAY.devtag = "<DevToken Here>">
<cfset keywordrequestARRAY.asin = "<ASIN Here>">
<cfset keywordrequestARRAY.tag = "<Associates ID Here>">
<cfset keywordrequestARRAY.type = "heavy">

<cftry>
    <cfinvoke 
webservice="http://soap.amazon.com/schemas3/AmazonWebServices.wsdl"; 
method="AsinSearchRequest" returnvariable="productinfoARRAY" timeout="10">
        <cfinvokeargument name="AsinSearchRequest" 
value="#keywordrequestARRAY#"/>
    </cfinvoke>

Jonathan

>I'm trying to pull book info with a book's ISBN (which, as I understand 
>it, amazon uses the same number for it's ASIN). I've done a search on 
>amazon to verify that they carry the title I'm testing with, but I can't 
>seem to get the Web Service to work. I'm working with a code snippet 
>adjusted from Brian Kotek's mach-ii bookstore sample app.
>
>Cutter
>
>Jonathan Mauney wrote:
>
>>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212186
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to