On 14/10/2009, The_S <[email protected]> wrote:
>
>  Hi,
>
>  i have a WebService Sampler. How could I parse the result and set it as
>  parameter for an other sampler?
>
>  Example:
>
>  Sampler one returns
>
>  <value>432</value>
>
>  I like to get the 432 (regular expression?) and set it as parameter for
>  sampler two:
>
>  <ws>
>   <request>&{resultFromSamplerOne}</request>
>  </ws>
>
>  thanks in advance!

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor

Regular Expression: <value>(\d+)</value>
Template: $1$

> --
>  View this message in context: 
> http://www.nabble.com/Parsing-a-Sampler-Result-tp25887669p25887669.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