Answered question

Extracting value from cookie and passing it in soap request

Hi,

I would like to extract the session id present in a custom cookie say "MySessionCookie" and pass it as one of the element values in my SOAP Post request.
I am not getting an option in the recorded script to extract the cookie value. Neoload is handling the cookie coming from server on login and automatically assigning it for all the requests subsequently. I would like to extract it as a variable so that i can assign it in my SOAP requests.

MANTU S.
MANTU S.

MANTU S.

Level
0
26 / 100
points
christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

Right, as you noticed, the Variable Extractor can extract a value from the headers. There is the "Extract from" option to set: "Body" | "Headers" | "Variable").

Did you find this useful ?

No (0)

Yes (0)

0% of users found this answer useful

Other answers

MANTU S.
MANTU S.

MANTU S.

Level
0
26 / 100
points

Please ignore this question. I used a variable extractor to extract the dynamic value.