Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 63517 invoked from network); 20 Jul 2005 03:55:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jul 2005 03:55:08 -0000 Received: (qmail 33109 invoked by uid 500); 20 Jul 2005 03:55:06 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 33084 invoked by uid 500); 20 Jul 2005 03:55:06 -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 33071 invoked by uid 99); 20 Jul 2005 03:55:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 20:55:06 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS,FROM_ENDS_IN_NUMS,HTML_60_70,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jlee11@nc.rr.com designates 24.25.9.100 as permitted sender) Received: from [24.25.9.100] (HELO ms-smtp-01-eri0.southeast.rr.com) (24.25.9.100) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2005 20:55:01 -0700 Received: from Ginntonic (cpe-024-211-155-141.nc.res.rr.com [24.211.155.141]) by ms-smtp-01-eri0.southeast.rr.com (8.12.10/8.12.7) with SMTP id j6K3sxBJ027374 for ; Tue, 19 Jul 2005 23:55:01 -0400 (EDT) Message-ID: <007101c58cde$cc7141d0$6601a8c0@Ginntonic> From: "Jen Lee" To: Subject: Can I use dynamic parameters with SOAP/XML-RPC Request? Date: Tue, 19 Jul 2005 23:54:58 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_006E_01C58CBD.450525C0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_NextPart_000_006E_01C58CBD.450525C0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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 =20 I would like to be able to use the regular expression = post-processor to extract out that last variable value, eg. = userid=3D\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=3D = ${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! ------=_NextPart_000_006E_01C58CBD.450525C0--