Forum Discussion
avidCoder
7 years agoSuper Contributor
Did you try adding the arg1 value to PROPERTY step and then parameterizing to the response?
Like this:-
def arg1 = holder["//startTime"]
//Create arg1 in PROPERTY step and assign the value of arg1 there.
//After that in response xml:-
<startTime>${PROPERTY#ARG1}</startTime>