It really would pay to work out why the webservice you are calling is
broken. That way you'd be able to avoid all the problems working out
how to address the SOAP response.

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 25 September 2010 02:13, Doug Ford <[email protected]> wrote:
>
> Hi Folks -
>
> Here's the situation:
> I use a cfinvoke to call a SOAP web service, and it's stored in a variable.
>
> I do the following to store the results into a variable:
> <cfset resultXML = xmlParse(trim(temp1))>
>
> When I cfdump it, it gives me a nice structure diagram - <cfdump 
> var="#resultXML#">
>
> But I am having problems accessing the nodes to the data.
>
> http://www.flickr.com/photos/12436...@n00/5021117632/
>
> Here is a pic of the dump.  Data is in the User nodes, but I just edited it 
> out. ;-

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337531
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to