Kind of OT, but why are you making/parsing SOAP when CF can do that for you with cfinvoke?
On Fri, Jan 23, 2009 at 12:31 PM, Chris Jordan <[email protected]> wrote: > 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. > > <cfsavecontent variable="soapRequest"> > <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:used="http://localhost/webservices/UsedCarWS"> > <soapenv:Header> > <used:UserCredentials> > <!--Optional:--> > <used:userid>xxxxx</used:userid> > <!--Optional:--> > <used:password>xxxxx</used:password> > <!--Optional:--> > <used:producttype>W</used:producttype> > </used:UserCredentials> > </soapenv:Header> > <soapenv:Body> > <used:Years> > <!--Optional:--> > <used:sCountryCode>U</used:sCountryCode> > </used:Years> > </soapenv:Body> > </soapenv:Envelope> > </cfsavecontent> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:318434 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

