15 years ago
How to select single value from large response string?
Hello,
I'am getting service response as a single Response string with a bunch of parameters that looks like:
How can I select only EventId number from all of this (for transferring it to next step)? Xpath expression is not work for me as it able to declare only whole response string.
Thank you!
I'am getting service response as a single Response string with a bunch of parameters that looks like:
<Response><![CDATA[<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<PaymentWriteResult>
<EventId>5</EventId>
<Operations>
<ResultData/>
</Operations>
</WriteResult>]]></Response>
How can I select only EventId number from all of this (for transferring it to next step)? Xpath expression is not work for me as it able to declare only whole response string.
Thank you!