Hello, I'm getting a cryptic error trying to parse an xml file. The error I'm getting is:
Unrecognized error code: Cannot locate: Connection Failed The code that I have is as follows: <cfhttp url="http://www.fda.gov/AboutFDA/ContactFDA/StayInformed/ RSSFeeds/Recalls/rss.xml"> <cfset xmlrecalls = xmlParse(cfhttp.filecontent)> The actual error is for the: <cfset xmlrecalls = xmlParse(cfhttp.filecontent)> line. I'm able to goto the url set in the cfhttp line and the above code works perfectly in Coldfusion MX 7. I would appreciate help on this. Thanks Dino -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
