Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 92691 invoked from network); 15 Aug 2008 20:32:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2008 20:32:20 -0000 Received: (qmail 42836 invoked by uid 500); 15 Aug 2008 20:32:11 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 42818 invoked by uid 500); 15 Aug 2008 20:32:11 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 42802 invoked by uid 99); 15 Aug 2008 20:32:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 13:32:11 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sebbaz@gmail.com designates 72.14.220.157 as permitted sender) Received: from [72.14.220.157] (HELO fg-out-1718.google.com) (72.14.220.157) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Aug 2008 20:31:13 +0000 Received: by fg-out-1718.google.com with SMTP id 22so816071fge.1 for ; Fri, 15 Aug 2008 13:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=/eB4uF+CYQcqRpes2/fXx2TyrediMCmBkAbJEZ/6ey4=; b=K1cqaDEMM62/nRh6sSItxlJCSoigYQXrQnThhndMqRCZamHu+psUYQJYU/V6D6exEl 8w7DYraWK1VAWp7pyuqDvoZPFyDdnGqa+euBJI0eQ9K+q3LE2P5dx1HWPBDkxYBcbiga XiEUOBzYIU+7U5vtMqB+AXeBHDsFX9RIrV0RU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=QXWJBWzbqUxg/1xwT1Qaw2yrFR0bEFKRL/59zFWW2ZDBMa4+34yjKJaxtZQJTo78/U nU/bqTCf6JR5XQNFC7KBLby5sWTVZhdqFJHs+HKUMaRLjWxMOqRVaHjpJlRSfWWBlVsn +Z5gjSVlvoTkUtAM6kvMNyaNCCju3DPkg95iY= Received: by 10.86.30.9 with SMTP id d9mr841539fgd.53.1218832284047; Fri, 15 Aug 2008 13:31:24 -0700 (PDT) Received: by 10.86.57.13 with HTTP; Fri, 15 Aug 2008 13:31:23 -0700 (PDT) Message-ID: <25aac9fc0808151331v48332644vae026f0003ca4d5d@mail.gmail.com> Date: Fri, 15 Aug 2008 21:31:23 +0100 From: sebb To: "JMeter Users List" Subject: Re: Can I use the output from a request as input to another? In-Reply-To: <18715036.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18715036.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org On 29/07/2008, JimGVM wrote: > > Hi all, > > I am new to Jmeter and was wondering if I could use the output from a SOAP > request as an input variable in another request. The input field for the > request is dependent on the output. I cannot just read random variable date > from a file. > Yes - use the Regular Expression Extractor (add it as a child of the Soap sampler) to extract the variable information and store it in a variable, e.g. MYVAR Then use the variable in the next request, i.e. use ${MYVAR} instead of the fixed text. > -- > View this message in context: http://www.nabble.com/Can-I-use-the-output-from-a-request-as-input-to-another--tp18715036p18715036.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org