Forum Discussion
SiKing
12 years agoCommunity Expert
Use a Property-Transfer step. For the Source XPath use something like
For the target use either property or directly XPath of the location where you want this.
If you want to get a little more fancy, you can use Groovy; hints are over here: http://www.soapui.org/Scripting-Propert ... -and-names
substring(//*:response-xpath, 0, 7)see http://zvon.org/comp/r/ref-XPath_2.html ... ~substring
For the target use either property or directly XPath of the location where you want this.
If you want to get a little more fancy, you can use Groovy; hints are over here: http://www.soapui.org/Scripting-Propert ... -and-names