Use xmlParse() to convert the string to an xml document. The results will be 
under envelope.body 

<cfset resultXML = xmlParse(temp1)>
<cfset baseXML = resultXML.Envelope.body>
<cfoutput>
#baseXML.GetUserProfileResponse.GetUserProfileResult.user.firstname.xmlText#
</cfoutput>



      

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:337433
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to