> Here is how I am calling it: > > <cfinvoke > webservice="http://localhost/ws/account.cfc?wsdl" > method="test" > returnVariable="t" > > > <cfinvokeargument > name="tester" > value="aTest" > > > </cfinvoke> > > (If I swap out the webservice= line for > component="ws.account" it works perfectly.) > > And here is the error message: > (*** removed for security reasons) > > Could not perform web service invocation "test" because > AxisFault faultCode: > {http://xml.apache.org/axis/}Server.userException faultString: > java.net.UnknownHostException: ***.*** faultActor: null faultDetail: > stackTrace: java.net.UnknownHostException: ***.*** at > java.net.InetAddress.getAllByName0(Unknown Source) at
It looks to me like Java can't resolve the hostname "localhost". You might try requesting the URL "http://localhost/ws/account.cfc?wsdl" in a browser from the machine's console. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

