I am trying the code supplied (with the necessary variables) but I keep 
getting the following error:

Detail      Name: http://soap.amazon.com/schemas/AmazonWebServices.wsdl. 
WSDL: http://soap.amazon.com/schemas/AmazonWebServices.wsdl. 
java.io.InterruptedIOException: Connection establishment timed out It is 
recommended that you use a web browser to retrieve and examine the 
requested WSDL document for correctness. If the requested WSDL document 
can't be retrieved or it is dynamically generated, it is likely that the 
target web service has programming errors.
Message     Could not generate stub objects for web service invocation.

Any suggestions?

Cutter

Jonathan Mauney wrote:

>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:
>>
>>    
>>
>
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212225
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=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to