Re: Web Service(SOAP) Request - Supported SOAP Version

2008-05-22 Thread sebb
On 23/05/2008, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hey guys > > I am wondering whether Jmeter v2.3.1 supports SOAP v1.2. > > I am trying to run a Webservice(SOAP) request against a valid web service > but am getting the following error: > The Webservice(SOAP) sampler uses an old vers

Web Service(SOAP) Request - Supported SOAP Version

2008-05-22 Thread Christian . Z . Lee
Hey guys I am wondering whether Jmeter v2.3.1 supports SOAP v1.2. I am trying to run a Webservice(SOAP) request against a valid web service but am getting the following error: -- Error --- Thread Name: Thread Group 1-1

Re: How to calculate throughput in jmeter

2008-05-22 Thread sebb
Throughput can be measured in various different ways: * samples per unit time * received data per unit time * total data per unit time * transactions per unit time There are no doubt other possible measures. JMeter measures throughput as samples (requests) per unit time: http://jakarta.apache.o

Re: Ant- Min time and Max time values not getting displayed in HTML report

2008-05-22 Thread sebb
OK, thanks for letting us know the problem has been solved. On 22/05/2008, Rushabh Doshi <[EMAIL PROTECTED]> wrote: > Hi Sebb, > > I did and now it works correctly. > > Thank you very much. > > > Rushabh > > > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Thurs

RE: Ant- Min time and Max time values not getting displayed in HTML report

2008-05-22 Thread Rushabh Doshi
Hi Sebb, I did and now it works correctly. Thank you very much. Rushabh -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, May 22, 2008 3:57 PM To: JMeter Users List Subject: Re: Ant- Min time and Max time values not getting displayed in HTML report It's just oc

Re: Typed variable declaration : Object constructor

2008-05-22 Thread Dmitry Kudrenko
IR> ===Code Start=== IR> import javax.naming.Context; IR> import javax.naming.InitialContext; IR> System.out.println("START"); IR> Hashtable env = new Hashtable(); Maybe it is because you omitted the package of Hashtable? Not sure. java.util.Hashtable -- Regards, Dmitry Kudrenko ARDAS group ht

Re: Typed variable declaration : Object constructor

2008-05-22 Thread sebb
On 22/05/2008, Ivan Rodriguez <[EMAIL PROTECTED]> wrote: > > Does anyone one know why the following beanShell code: > > ===Code Start=== > import javax.naming.Context; > import javax.naming.InitialContext; > > System.out.println("START"); > > Hashtable env = new Hashtable(); > > env.put("ja

Typed variable declaration : Object constructor

2008-05-22 Thread Ivan Rodriguez
Does anyone one know why the following beanShell code: ===Code Start=== import javax.naming.Context; import javax.naming.InitialContext; System.out.println("START"); Hashtable env = new Hashtable(); env.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory"); env.put("java.

Re: Ant- Min time and Max time values not getting displayed in HTML report

2008-05-22 Thread sebb
It's just occurred to me that if you now have two copies of the xalan jars in lib, this might be the cause of the new error. I suggest you move the new jars to the extras directory, and update build.xml accordingly. On 22/05/2008, Rushabh Doshi <[EMAIL PROTECTED]> wrote: > We are using JDK 1.5. >