Hi, I got the same error, if that helps.
Could not generate stub objects for web service invocation. Name: http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl. WSDL: http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl. java.net.ConnectException: Connection timed out: connect 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. I ran the code you supplied, and my guess is that my coldfusion server can't reach the internet to call the webservice and its timing out. But then I have no experiece with webservies tho... and nothing is registered in CF admin for it. >>> [EMAIL PROTECTED] 28/04/2006 3:53 pm >>> hi all i've having trouble with calling a few webservices with cfinvoke - i keep getting the error: 'Could not generate stub objects for web service invocation.' It then goes on to imply that the wsdl is malformed, which it isn't... there's heaps of info about it in google, but there aren't that many solutions - none that work for me anyway (tried the firewall/proxy, it's not SSL, it's not credential related). anybody seen this and found a solution? here's some code, to amazon, which is firing the error for me...give it a burl... <cfscript> AWS = createObject("Webservice","http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl"); </cfscript> <cfdump var="#AWS#"> thanks G --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie -~----------~----~----~----~------~----~------~--~---