RE: Help with JMETER webservices(SOAP) test.

2006-02-21 Thread Ivan Rancati
est 1 Variable substitution works if you have online XML, not yet if you use a file. hope this helps RE: Help with JMETER webservices(SOAP) test. Sudarshan Krishnaprasad Fri, 17 Feb 2006 08:34:10 -0800 Thanks Peter. I will try, but does not seem feasible. -Original Message- From: Pete

RE: Help with JMETER webservices(SOAP) test.

2006-02-17 Thread Sudarshan Krishnaprasad
Thanks Peter. I will try, but does not seem feasible. -Original Message- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Friday, February 17, 2006 9:58 AM To: JMeter Users List Subject: Re: Help with JMETER webservices(SOAP) test. the current webservice sampler is very basic. One of

Re: Help with JMETER webservices(SOAP) test.

2006-02-17 Thread Peter Lin
the current webservice sampler is very basic. One of the major challenges with test SOAP is the response is stuck inside some XML, so you'd have to use Regexp to parse out the value and then use it in a subsequent request. to do that, make sure memory cache is turned off. In theory, a variable i