Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 81363 invoked from network); 25 Jan 2010 16:48:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Jan 2010 16:48:48 -0000 Received: (qmail 92656 invoked by uid 500); 25 Jan 2010 16:48:47 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 92616 invoked by uid 500); 25 Jan 2010 16:48:47 -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 92606 invoked by uid 99); 25 Jan 2010 16:48:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 16:48:47 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shettyd@gmail.com designates 209.85.222.173 as permitted sender) Received: from [209.85.222.173] (HELO mail-pz0-f173.google.com) (209.85.222.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jan 2010 16:48:39 +0000 Received: by pzk3 with SMTP id 3so2326888pzk.11 for ; Mon, 25 Jan 2010 08:48:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=FLJQ0Jyqb8JA6oSShPhMLnxfAJ+seVKq/Mqo4OLSEQo=; b=dWPYiKP+Ib9OZOz5Ca1S4KsCXbJG34HQIBRbyAwVxttDN9tVsbGzH0RhPtfEA+0qyg GcmrwnlINBU1+MCmfWz2xSnTrGC9LiBpzFeFfYBdxlr3m7cnJuwm1y1mPi/B0I5ZYwdN 5lBRTXtRAiKsexQheJ1om77ToPM4Z/IzIIq7Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=l+oCOk2uMdFaQRxxf5Oy99d7ulxX4N5PhjT6+3Fz13zs3UKm7CPcH/GSfL7LCTmbS0 f23NuxfeyhBb31ZR27cMtdfdZHzpiUQ2LxhvAZXmelAm4GOU83QoL8WHsORcRYOAFVyz LRTkJ2l4kj+3NeEyes4ruyd3CnWk2peq6KB2g= MIME-Version: 1.0 Received: by 10.140.58.16 with SMTP id g16mr4766001rva.295.1264438099243; Mon, 25 Jan 2010 08:48:19 -0800 (PST) In-Reply-To: References: <4B5C7D96.5020104@mailvision.com> <4483c26c1001241154u605b32a0v98d372c6d22b3c62@mail.gmail.com> Date: Mon, 25 Jan 2010 08:48:18 -0800 Message-ID: <4483c26c1001250848m5b0c4facna5a5c91de7ad5281@mail.gmail.com> Subject: Re: Making soap request based on responses from previous requests From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=001636b2af46bfa47f047dffeff4 --001636b2af46bfa47f047dffeff4 Content-Type: text/plain; charset=ISO-8859-1 Yes. You would need to code that in java and call it using the BeanShell pre/post processor /listener/sampler or use the Java Sampler regards deepak On Mon, Jan 25, 2010 at 1:14 AM, Ziv Gabel wrote: > Thanks fr the response, > > I still have a question though, > > I actually need to make some calculations (md5,encryption.. etc), not just > extract a value and put it in the next request. > Is it possible ? > > thanks in advance. > > > Best regards, > Ziv Gabel > > phone: + (972) 4 8508000 X 110 > Email: ziv@mailvision.com > Mailvision Ltd > > > On Sun, Jan 24, 2010 at 9:54 PM, Deepak Shetty wrote: > > > Sure. You need a Post processor to extract out the token ( > > > > > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#postprocessorsusually > > a Regex or XPath Post processor) and set it into some variable e.g. > > yourvar > > In the next request refer to this as ${yourvar} > > > > for e.g. see the section named Regular expression extractor > > > > http://www.informit.com/guides/content.aspx?g=java&seqNum=520 > > > > regards > > deepak > > > > On Sun, Jan 24, 2010 at 9:04 AM, Ziv Gabel > > wrote: > > > > > Hi All, > > > I'm new to this list and I'll appreciate your help. > > > > > > I want to make load test for our API servers. > > > My proble is a s follows: > > > I first need to make some log in request and based on the response of > > that > > > request, I need to create the the following request. > > > > > > To be more specific, I calling a method that gives me a token, and than > > > using that token I calculate some response and add it as a parameter to > > > "real" request. > > > > > > Is it possible to do that using jmeter. > > > > > > Again, any help will be appreciated > > > > > > > > > -- > > > Best regards > > > Ziv Gabel > > > Mailvision support > > > Office: 972-4-8508004 > > > Msn: ziv@mailvision.com > > > Skype: zivgabel > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > > > > > > > > --001636b2af46bfa47f047dffeff4--