I need to parse the following out of a HTTP sampler request.

...
<STATUS_ID>1286</STATUS_ID>
...

Would like to just get the value between the two tags.

I think I would use the Regular Expression Extractor to do this, but
have been unsuccessful.

Here is what I have in my REE

NAME:   Get Status ID
Reference Name: str_NEW_STATUS_ID
Regular Expression:     "<STATUS_ID>*</STATUS_ID>"
Template:       status
Match No.(0..)  1
Default Value:  1277

Questions:
1-is my regular expression correct?
2-should the " enclose the expression?
3-why doesn't this work?

-S




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to