On 29/07/2008, JimGVM <[EMAIL PROTECTED]> wrote:
>
>  Hi all,
>
>  I am new to Jmeter and was wondering if I could use the output from a SOAP
>  request as an input variable in another request.  The input field for the
>  request is dependent on the output.  I cannot just read random variable date
>  from a file.
>

Yes - use the Regular Expression Extractor (add it as a child of the
Soap sampler) to extract the variable information and store it in a
variable, e.g. MYVAR

Then use the variable in the next request, i.e. use ${MYVAR} instead
of the fixed text.

> --
>  View this message in context: 
> http://www.nabble.com/Can-I-use-the-output-from-a-request-as-input-to-another--tp18715036p18715036.html
>  Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to