ContributionsMost RecentMost LikesSolutionsRe: How to parse CData element in xml response and pass it to next request? nmrao Yes, I saw the demo link, it is working fine. Not sure what issue is there in actual project, the response is coming same as I posted earlier. Re: How to parse CData element in xml response and pass it to next request? nmrao Thanks for the answer. After adding Script assertion, I'm getting the below error: "Content is not allowed in prolog." How to parse CData element in xml response and pass it to next request? Want to retrieve atsToken from the below response: <data contentType="application/x-www-form-urlencoded;charset=UTF-8" contentLength="53"><![CDATA[atsToken=DA:1501022300340:fmsBe51FV_TUmnJFj1nz5f77Jqg]]></data> And pass it to the next request, I'm not sure what XPATH expression can be used here. Do I have to use XPath expression or script to retrieve the data? Thanks in advance.