btw

<cfscript>
        ws = 
createObject("webservice","http://www.ejseinc.com/WeatherService/Service.asmx?WSDL";);
                objWs = ws.getWeatherInfo(02466);
                        getLocation = objWs.getLocation();
                        getForecast = objWs.getForecast();
                        getTemprature =  objWs.getTemprature();
                        getFeelsLike =  objWs.getFeelsLike();
                        getVisibility = objWs.getVisibility();
                        getPressure = objWs.getPressure();
                        getDewPoint = objWs.getDewPoint();
                        getUVIndex = objWs.getUVIndex();
                        getHumidity = objWs.getHumidity();
                        getWind = objWs.getWind();
                        getReportedAt = objWs.getReportedAt();
                        getLastUpdated = objWs.getLastUpdated();
</cfscript>

is about 10x faster

hth,

michael d corbridge
macromedia
617.219.2307
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
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

Reply via email to