Hi steeltomato! is it possible to have deserialized AMF/HTTP request as response?
i want to store in a variable data, like this plugin does: https://code.google.com/p/jmeter-amf-visualizer/
current situation:
1. if i put response into a variable in AMF request, it would be meaningless like:
<ActionMessage>
<version>3</version>
<headers/>
<bodies>
<MessageBody>
<targetURI>/3/onResult</targetURI>
<responseURI></responseURI>
</MessageBody>
</bodies>
</ActionMessage>
2. text response representations does'nt have any structure and contains a lot of strange symbols, so it's extremly hard to find any data is it.
Hi steeltomato! is it possible to have deserialized AMF/HTTP request as response?
i want to store in a variable data, like this plugin does: https://code.google.com/p/jmeter-amf-visualizer/
current situation:
1.if i put response into a variable in AMF request, it would be meaningless like:2.text response representations does'nt have any structure and contains a lot of strange symbols, so it's extremly hard to find any data is it.