I am recording on Flex protocol on LR 12.01
For a particular AMF call, the response is huge and
1. The snapshot shows a XML response but does not have the value that I want to correlate
2. This value is found in the RAW response body of that request
I am not able to correlate this value(REC0000000794892), neither with regex or the normal web_reg_save_param way ..
As seen in RAW response
strMiddleName:[1]‚& P!REC0000000794892 ’3[com..ib.colt.
As seen in code generation:
\x01\x01\x06P\x01\x06!REC0000000794892\x01\x01
regex used : “Regexp=REC([0-9]{13})”
or “LB/BIN=\\x01\\x06!”,”RB=\\x01\\x01”
I dont understand if Loadrunner is not reading from the raw response and hence not able to correlate or Am I missing something....
Please help.