> Does anybody know what this error means? > > I have tried a series of Web services including the google > one in the Macromedia tutorial (http://www.macromedia.com/ > desdev/mx/dreamweaver/articles/webservice.html) and no matter > what service I try I keep getting this error. > > Thanks! > > Could not generate stub objects for web service invocation. > Name: http://webservices.tei.or.th/getQuakeData.cfc?wsdl. WSDL: > http://webservices.tei.or.th/getQuakeData.cfc?wsdl. > java.net.NoRouteToHostException: Host unreachable: connect It > is recommended that you use a web browser to retrieve and > examine the requested WSDL document for correctness.
It sounds like your server can't reach the target server, since it's returning a "Host unreachable" error. Can you resolve DNS lookups from that server? If you run a browser from the server console, and you go to the URL, do you get a WSDL file? I do, so the target server appears to be working. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

