Sounds like a bug. Please can you raise a Bugzilla issue, and attach a test-case etc?
Thanks. On 14/02/06, Ivan Rancati <[EMAIL PROTECTED]> wrote: > I have a very simple test plan for a Web Service, which looks like this > > Thread group (1 loop - 1 thread) > User defined variables (http server name and port) > HTTP Authorization Manager > WebService(SOAP) Request > Response Assertion > WebService(SOAP) Request > WebService(SOAP) Request > WebService(SOAP) Request > View Results Tree > Assertion Results > > For the 4 requests, server ip, port number, path and SOAP Action are the > same > The Soap/XML-RPC data changes only in the <email> part > > <soapenv:Envelope > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <soapenv:Body> > <ns1:findCustomerByEmail > soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" > xmlns:ns1="urn://mobility-platform.de/mpcustomerdb/"> > <email xsi:type="xsd:string">[EMAIL PROTECTED] > </email> > </ns1:findCustomerByEmail> > </soapenv:Body> > </soapenv:Envelope> > > When I run the test case, the same SOAP content is sent for all the 4 > requests. Is this a known issue? > I have verified the behaviour by running through a proxy. > > In general, it looks like there is something strange with the WebService > requests: for example, if I change the order of the requests, I have to > close and reopen the test plan for the change to take effect. > > Server is running Debian Linux, and the webservice is Axis. > On the client, I am running Suse 9.3, Jmeter 2.1.1 and JDK 1.5 > > > thanks > > -- > Ivan Rancati > SharpMind QA > > > -- > Ivan Rancati > SharpMind QA > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

