Forum Discussion
testhrishi
11 years agoFrequent Contributor
Hi, you will have to create a property transfer step to grab the particular value from the xpath. for that you will need to write a expression to pull specific value where status equals something
for example - //*:status[text()='INPROGRESS']/preceding-sibling::*:executionId/text()
I was able to grab the unique properties from node using above in soapUI
CarsScott
11 years agoNew Contributor
Thanks so much!
I understand this much of the xpath - //*:status[text()='INPROGRESS']
Could you explain the rest of your expression please? /preceding-sibling::*:executionId/text()