macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

Re: Processing google weather XML file Information

Subject: Re: Processing google weather XML file Information
From: Ian Skinner
Date: Wed, 29 Oct 2008 09:54:37 -0700
Newsgroups: macromedia.coldfusion.advanced_techniques


bemall wrote:
 <!--- Set the URL address. --->
 <cfset urlAddress="http://www.google.com/ig/api?weather=chicago";>
 <cfhttp url="#urladdress#" method="GET" resolveurl="Yes" throwOnError="Yes"/>


<cfset xmlDoc = XmlParse(CFHTTP.FileContent)><!--- THIS DOES NOT RETURN ANY CONTENT????. --->


It does for me! Have you confirmed that the ColdFusion server can access the URL.

<Prev in Thread] Current Thread [Next in Thread>