Forum Discussion

sithgecko's avatar
sithgecko
New Contributor
5 years ago
Solved

Strip Property Transfer

Hello I have one Question I want wo use Property Transfer to Transfer Id from XML Response to Request.   In the Source Response I read the XML Value like:   //*:xxx/*:ID   The result is f...
  • sithgecko's avatar
    sithgecko
    5 years ago

    I have to change your solution to:

     

    substring-before(substring-after(//*:xxx/*:ID, ','), ',')

    This works!

     

    Thank you!