My JMeter Script resides in between 2 webservices. The first service post's and xml to JMeter and I want JMeter to Assert the xml using a response assertion. Then I have to pass on, only the assertion passed xml's to the test plan to hit the second service.
I have Jmeter HTTP(S) Test Script Recorder Listening on a specific port, It captures the request xml. Now i want to pass the captured xml to the test plan so that the xml can be used in a rest/soap Request.
How do I pass the xml captured in a workbench to a test plan?