On Monday, Feb 10, 2003, at 16:57 America/Chicago, Sean A Corfield wrote: > On Sunday, Feb 9, 2003, at 20:54 US/Pacific, danielEthan wrote: >> The web services I'm trying to consume are all weather related: >> >> <cfinvoke >> webservice = "http://www.ejse.com/WeatherService/Service.asmx?wsdl" >> method = "GetWeatherInfo" >> zipCode = "65641" >> returnvariable = "Weather"> > > Works just fine: > > Note that you get back a Java object and have to call methods on it to > extract the data. You can find this out - as I did - by calling cfdump > on the returned variable. >
I feel incredibly grateful-- and stupid. I was able to get back the functions in the Java object with cfdump, but was putting those function calls back up in the invoke statement, which wasn't being found. Out of curiousity, is there no way to specify the port/binding for the globalweather service? Thanks again. I'm sure I'll be bugging cf-talk much more. I'm a week into learning ColdFusion. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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

