SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Hi, I need to test a SOAP application using SlowSocket to simulate real users links. So I modified jmeter.properties to use HTTPSampler2 and setted the cps property. Last, to get it work I had to overwrite in a custom library SlowHttpClientSocketFactory because the createSocket method returned al

Re: SOAP and slow connection

2007-06-11 Thread sebb
On 11/06/07, Luca Maragnani <[EMAIL PROTECTED]> wrote: Hi, I need to test a SOAP application using SlowSocket to simulate real users links. Which version of JMeter are you using? Which SOAP sampler are you using? So I modified jmeter.properties to use HTTPSampler2 and setted the cps property

Re: SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Thank you Sebb. sebb wrote: > Which version of JMeter are you using? > > Which SOAP sampler are you using? > I'm using version 2.2 from stable downloads (for both SOAP Sampler and SlowHttpClientSocketFactory). >> Last, to get it work I had to overwrite in a custom library >> SlowHttpClientSocketFa

Re: SOAP and slow connection

2007-06-11 Thread sebb
On 11/06/07, Luca Maragnani <[EMAIL PROTECTED]> wrote: Thank you Sebb. sebb wrote: > Which version of JMeter are you using? > > Which SOAP sampler are you using? Are you using SOAP/XML-RPC or WebService (SOAP) ? > I'm using version 2.2 from stable downloads (for both SOAP Sampler and SlowHtt

Re: SOAP and slow connection

2007-06-11 Thread Luca Maragnani
Quoting sebb <[EMAIL PROTECTED]>: Are you using SOAP/XML-RPC or WebService (SOAP) ? I'm using SOAP/XML-RPC. Luca - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SOAP and slow connection

2007-06-11 Thread sebb
Thanks. Tried a test - HTTPSampler2 also fails if the slow socket is enabled, so obviously the unimplemented method is now needed. I've added the missing code in SVN r546346; this will be in a nightly build shortly. Thanks for reporting the problem - no need to file a Bugzilla report now. I st