Re: Character encoding in WS response

2008-05-27 Thread David Wouters
Great, I got it! Using the __log function I figured I had to enclose the whole regex function in double quotes. Thanks again On Tue, May 27, 2008 at 3:48 PM, sebb <[EMAIL PROTECTED]> wrote: > On 27/05/2008, David Wouters <[EMAIL PROTECTED]> wrote: >> Thanks sebb, I don't know how I didn't see tha

Re: Character encoding in WS response

2008-05-27 Thread sebb
On 27/05/2008, David Wouters <[EMAIL PROTECTED]> wrote: > Thanks sebb, I don't know how I didn't see that. However I still can't > get this to work... :( > > With the beanshell method, here is what I'm putting in the "Path" > field of the HTTP sampler: > > > ${__BeanShell(fixAmps(${__regexFunc

Re: Response Assertion applied to Controller - issue with images

2008-05-27 Thread sebb
On 24/05/2008, Fitzpatrick, Adrian <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a large number of JMeter thread groups that step through 10 - 20 pages > in our application. I want to add a general assertion for our error page > (looking for the text "Error"), such that the sample is > flagged

Re: Character encoding in WS response

2008-05-27 Thread David Wouters
Thanks sebb, I don't know how I didn't see that. However I still can't get this to work... :( With the beanshell method, here is what I'm putting in the "Path" field of the HTTP sampler: ${__BeanShell(fixAmps(${__regexFunction(url>

Re: Character encoding in WS response

2008-05-27 Thread sebb
On 27/05/2008, David Wouters <[EMAIL PROTECTED]> wrote: > Hi all, here is my situation: > > I have a test plan with two samplers. The first one is a Webservice and the > second one is an HTTP sampler. The URL use for the http sampler is extracted > from the WS response using a regex. My problem

Character encoding in WS response

2008-05-27 Thread David Wouters
Hi all, here is my situation: I have a test plan with two samplers. The first one is a Webservice and the second one is an HTTP sampler. The URL use for the http sampler is extracted from the WS response using a regex. My problem is that the WS's response content has its special characters replace