I also can't make it work with this (I don't have an associates id)
<!--- Build Array for Amazon.com <http://Amazon.com> Query ---> <cfset keywordrequestARRAY.devtag = "1Z5QCJ06G....and the rest of my amazon web service user id."> <cfset keywordrequestARRAY.asin = "B00004T6UZ"> <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> <cfcatch type="any"> <cfdump var="#cfcatch.message#"> </cfcatch> </cftry> On 7/19/05, Cutter (CF-Talk) <[EMAIL PROTECTED]> wrote: > > I actually tried it both ways after your initial example didn't work for > me (Brian's had it without the 's'). Same message either way > > Jonathan Mauney wrote: > > >The error message you pasted below has schemas as the directory and not > schemas3 as in my example (which is working in my apps). > > > >Jonathan > > > > > > > >>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: > >> > >> > >> > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:212258 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

