parse xml passed inside <ctx> for Transactional template
Hi All,
i am getting the below xml inside my ctx of rt event
<ctx>
<userMessage>
<userData>
<abc.alpha.new.system.User>
<userType>Fixed</userType>
<userBackground>Regular</ userBackground>
<productBookingDate>2015-05-8</productBookingDate >
when I am using ---> rtEvent.ctx.userMessage.userData.abc.alpha.new.system.User.userBackground ----- i am getting empty value
even if I use rtEvent.ctx.userMessage.userData.("abc.alpha.new.system.User").userBackground i still get empty value
Kindly suggest how to parse this xml to retrieve the value of 'userBackground'
Please