You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Kumar Pandey <ku...@gmail.com> on 2006/11/11 16:29:24 UTC

Jmeter and DWR

I'm trying to configure JMeter to run load against and app that uses
dwr (2.x) and I am running into some issues.
DWR sends engine.js on each page request as it updates scriptSessionId
in engine.js. This we could obtain using the regular expression
exractor.
However for invoking a service DWR expects key/values to be send in a
post body separated by a newline. Something like this

callCount=1
page=/demo/dwrAndSpring.html
httpSessionId=${myjsessionid}
scriptSessionId=${SCRIPTSESSIONID}
c0-scriptName=AgendaFacade
c0-methodName=getAgenda
c0-id=0
c0-param0=number:2006
c0-param1=number:10
batchId=0

How do handle this in Jmeter?

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org