Forum Discussion

metaAbhishek's avatar
metaAbhishek
New Contributor
10 years ago

Combine two response

Hi,
I am new to SaopUI. I want to know how to combine two response and transfer this to a new request.

<serviceResponse>
<node1>
<node2>Abhishek</node2>
<node3>Kumar</node3>
</node1>
</serviceResonse>


I want to transfer these two response to a new TestCase-TestStep to use further.
like I want to combine above response like Abhishek-Kumar and transfer to a new Test Case request.

Thanks.