Extracting sessionid's from previously queried POST methods

2009-12-31 Thread Jatin Davey
Hi I have a following sequence of HTTP Post requests : -- Post request 1 (Does not return anything for me to extract) -- Post request 2 (Does not return anything for me to extract) -- Post request 3 (Here my client asks for session id by doing something like this : serviceName=GetSession) --

Re: Extracting sessionid's from previously queried POST methods

2009-12-31 Thread Adrian Speteanu
i'm a bit rookie with the regex, but this one seems pretty easy, use this expression: ref_name: extractedSessionId regex:=(.+) template: $1$ match: 1 default: whatever if you call ${extractedSessionId} you will receive your sessionid including the characters from your