I was having trouble doing that Ray, and asked the list about it yesterday, but go no response. So, I'm building it by hand because at least then I'm getting somewhere. Though, I am stuck again. :o(
See my thread entitled Need Help with SOAP request. I hit my CFUG up for help with this one too, and got a basic answer of "maybe you'll have to build it by hand". I would love to be able to just call the SOAP methods I need. To be honest, I was trying to use cfscript do do it and not cfinvoke, but both should work similarly right? Chris On Fri, Jan 23, 2009 at 1:07 PM, Raymond Camden <[email protected]> wrote: > 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:318436 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

