sandrino
8 years agoOccasional Contributor
SoapUi getting request parameters
Dear all,
if I have this request, how can i use the input value from tag "tid" and set it on "signature" tag?
For example:
<request>
<tid>TEST</tid>
<Type>OneType</Type>
<signature> ${tid} ??? </signature>
</request>
Thanks in advance
I attached a sample project that works fine for me in SoapUI 5.3.0. Have a look and compare to yours.