You can use JSR223 PreProcessor
<https://jmeter.apache.org/usermanual/component_reference.html#JSR223_PreProcessor>
to store the request body into a JMeter Variable like:
> vars.put('request', sampler.getArguments().getArgument(0).getValue())
Once done you will be able to use normal XPath Extractor
<https://www.blazemeter.com/blog/using-xpath-extractor-jmeter-0/> , just
set "Apply to: -> JMeter Variable Name to use -> request" and you will be
able to execute arbitrary XPath queries to parse your XML payload
--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]