<topic.*?>(.*?)</topic> 

worked like a charm. Thanks




________________________________
From: Deepak Shetty <shet...@gmail.com>
To: JMeter Users List <jmeter-user@jakarta.apache.org>
Sent: Thursday, May 28, 2009 9:39:33 PM
Subject: Re: Regular expression extractor

An  XPATH extractor is probably easier?

If you still want to try regex Id prbably try something like
<topic.*?>(.*?)</topic>

regards
deepak

On Thu, May 28, 2009 at 5:48 PM, Maya Hague <mhague94...@yahoo.com> wrote:

> Hi,
>
> A xml/rpc soap response 3 responses. How do I get the third response into a
> regular expression. I tried the following . The response returns an interger
> - ([\d]*)
>
> Reference Name: topic
> Regular Expression: <topic xsi:type='xsd:int'>([\d]*)</topic>
> Template:$1$
> Match No.:3
> Default Value: -1
>
> The default value gets passed for every call. What am I doing wrong?
>
> Thanks,
> maya
>
>
>



      

Reply via email to