Forum Discussion
mtroost
11 years agoOccasional Contributor
After changing the structure of the nodes, you have to notify the request to update itself with the changed XML content. Something along:
myRequest.setRequestContent (holder.getXml());
OR
myTestStep.setPropertyValue('Request', holder.getXml())