Hi Che, Thank you for your advice, but unfortunately it didn't help. Here is an error I got:
An error occured while Parsing an XML document. Element or attribute do not match QName production: QName::=(NCName':')?NCName. Sincerely, Sasha. -----Original Message----- From: Che Vilnonis [mailto:[email protected]] Sent: Thursday, May 09, 2013 1:04 PM To: cf-talk Subject: RE: Parsing XML response from web services with ColdFusion DeserializeJSON Hello Sasha. Try this... <cfset results = reReplace(httpReponse.FileContent, "^[^<]*", "", "ALL")> <cfset results = xmlParse(results)> <cfdump var="#results#"> Hope this helps... Che ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:355688 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

