You may have a really good reason for using cfhttp to consume the web service, but just to make sure-- did you know that cfinvoke or createobect will let you consume SOAP web services really easy and you don't have to mess wtih any of the messy XML. You just get back the data in a native CF format.
~Brad -------- Original Message -------- Subject: How do I traverse XML using ColdFusion? From: Chris Jordan <[email protected]> Date: Fri, January 23, 2009 12:31 pm To: cf-talk <[email protected]> I've got a SOAP response in xml format, and I need to know how to traverse it. I found that I should be able to use XmlSearch(xmlDoc, xPathString) to return an array of nodes, but this just isn't working for me. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318435 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

