Ok thanks. Is the wiki still correct for downloading the source, it says to use:
svn co [WWW] http://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2/ Is that right now we're on 2.3? Thanks, --------- Original Message -------- From: sebb <[EMAIL PROTECTED]> To: JMeter Users List <[email protected]>, Lists <[EMAIL PROTECTED]> Subject: Re: SOAP Request and keepalives.. Date: 25/09/07 10:01 > > On 25/09/2007, Lists <[EMAIL PROTECTED]> wrote: > Hi,I see back in 2005 this request came up: > http://marc.info/?l=jmeter-user&m=112654386012447&w=2 > > Was a Bugzilla enhancement ever created, I wonder? > I now am in a similar situation - I need to be able to toggle the keepalivesetting for a SOAP/XML-RPC request. > Is there any way this can be done now? Can it be done in the jmx file ifnot via the jmeter interface? > > No. > Or, must it be a change to JMeter? If so, any hints about where tostart/look? > > You would need to modify these classes: > > org.apache.jmeter.protocol.http.sampler.SoapSamplerorg.apache.jmeter.protocol.http.control.gui.SoapSamplerGui > > to add a keep-alive option. > > However, if your SOAP requests can be stored in files, you should be able to use the ordinary HTTP Sampler - just omit the mime type and "name" parameter, and the file will be sent as the body of the POST, see: > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTTP_Request > Thanks,Dan________________________________________________Message sent using UebiMiau 2.7.10 > ---------------------------------------------------------------------To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > ________________________________________________ Message sent using UebiMiau 2.7.10 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

