Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 73510 invoked from network); 20 Jul 2005 08:15:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 08:15:18 -0000 Received: (qmail 63855 invoked by uid 500); 20 Jul 2005 08:15:14 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 63836 invoked by uid 500); 20 Jul 2005 08:15:14 -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 63823 invoked by uid 99); 20 Jul 2005 08:15:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 01:15:14 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [80.4.157.11] (HELO mailserv.mobilecohesion.com) (80.4.157.11) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jul 2005 01:15:09 -0700 Received: from [10.12.10.149] (helo=[10.12.10.149]) by mailserv.mobilecohesion.com with esmtp (Exim 4.10) id 1Dv9jP-0000dR-00 for jmeter-user@jakarta.apache.org; Wed, 20 Jul 2005 09:15:07 +0100 Message-ID: <42DE0810.8060709@mobilecohesion.com> Date: Wed, 20 Jul 2005 09:15:12 +0100 From: Bronagh McElduff Reply-To: Bronagh.McElduff@mobilecohesion.com User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: JMeter Users List Subject: Re: Can I use dynamic parameters with SOAP/XML-RPC Request? References: <007101c58cde$cc7141d0$6601a8c0@Ginntonic> In-Reply-To: <007101c58cde$cc7141d0$6601a8c0@Ginntonic> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-MobileCohesion-MailScanner-Information: Please contact the ISP for more information X-MobileCohesion-MailScanner: Found to be clean X-MobileCohesion-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=-4.9, required 5, autolearn=not spam, BAYES_00 -4.90) X-MailScanner-From: bronagh.mcelduff@mobilecohesion.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Jen, I haven't tried this for an XML-RPC request, however, it sounds similar to something that I wanted to do with a SOAP request. Variable substitution is currently not supported for XML elements in JMeter. I have added an enhancement report: http://issues.apache.org/bugzilla/show_bug.cgi?id=35792 Cheers, Bronagh Jen Lee wrote: >Hi - I am new to jmeter, and have been trying to setup a test script where I use some of the output of an XML-RPC request sampler as input to a future xml-rpc sampler. For example, I have a XML-RPC request that returns; > > >...... > >47692482 > > >56795 >...... >I > I would like to be able to use the regular expression post-processor to extract out that last variable value, eg. userid=\d+.*(\d+) but what I cannot figure out is how to use it later in a future XML-RPC request. Here is my later request; > > > >Class1.sqlstruct > > > > SELECT name, type_id FROM namelist WHERE user_id= ${userid} > > > > > > > I read the FAQ entitled ' How do I make parameters dynamic, reacting to the unique server responses of each test run?' and it uses a sample of adding a parameter, but this does not seem to be an option for the XML-RPC request, only the http samplers. Does anyone know if this should work for XML-RPC, and if so, how? Thank You! > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org