I believe apache HTTP client uses stock java URLConnection, which doesn't handle keep alive and probably never will. it's one of those annoying bugs in Java that never gets fixed.
peter On 3/31/06, Joe Crean <[EMAIL PROTECTED]> wrote: > > Hi Folks, > > I am using the Web Service SOAP request sampler. I see however that the > HTTP > layer is not using keep alive and uses HTTP 1.0 by default. I see also > that > the HTTP sampler uses the Jakarta HTTP Client which allows the > configuration > of keep-alive. Is this not also the case with the SOAP sampler? Is there > any > way to configure keep-alive with the SOAP sampler? > > Thanks > Joe > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

