| 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> |
|---|---|---|
| ||
| Previous by Date: | Processing google weather XML file Information, bemall |
|---|---|
| Next by Date: | Re: Processing google weather XML file Information, bemall |
| Previous by Thread: | Processing google weather XML file Information, bemall |
| Next by Thread: | Re: Processing google weather XML file Information, bemall |
| Indexes: | [Date] [Thread] [Top] [All Lists] |