Re: Advanced Web Service Test Plan Help

2005-10-14 Thread Michael Stover
ble name. > > > > Hopefully the next question I have will be more substantial than this. > > > > -Matt > > > > -Original Message- > > From: sebb [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 13, 2005 3:49 PM > > To: JMeter Users

Re: Advanced Web Service Test Plan Help

2005-10-14 Thread Matt Edelman
t, it was unnecessary to use the single quotes > around the variable name. > > Hopefully the next question I have will be more substantial than this. > > -Matt > > -Original Message- > From: sebb [mailto:[EMAIL PROTECTED] > Sent: Thursday, October 13, 2005 3:49 PM &g

RE: Advanced Web Service Test Plan Help

2005-10-13 Thread Edelman Matthew - medelm
this. -Matt -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 3:49 PM To: JMeter Users List Subject: Re: Advanced Web Service Test Plan Help Variables are referenced as follows: ${variable} and when processed are replaced by their value. The If

Re: Advanced Web Service Test Plan Help

2005-10-13 Thread sebb
variable name ( ${}, > $(), and just as a name) but the comparison isn't happening. > > Can you please look at the screen shots and see if you can tell what I'm > doing wrong? > > Thanks again, > Matt > > -Original Message- > From: m mat [mailto:[EMAIL PROTE

RE: Advanced Web Service Test Plan Help

2005-10-13 Thread Edelman Matthew - medelm
nks again, Matt -Original Message- From: m mat [mailto:[EMAIL PROTECTED] Sent: Thursday, October 13, 2005 1:55 PM To: JMeter Users List Subject: Re: Advanced Web Service Test Plan Help Hi Matt What you are trying to do is entirely doable. I have done that and more ( though I am running

Re: Advanced Web Service Test Plan Help

2005-10-13 Thread m mat
Hi Matt What you are trying to do is entirely doable. I have done that and more ( though I am running into a session issue right now, but that could be my fault). Answers inline 1. How can I construct the SOAP request with the discovered variables v1 and v2? Can I simply place "$(v1)" and "$(v

Re: Advanced Web Service Test Plan Help

2005-10-13 Thread Peter Lin
others have done this using the assertions, I haven't done it myself, but it is feasible. hopefully others will respond and provide some tips peter On 10/13/05, Edelman Matthew - medelm <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I'm trying to design a load test that will conduct a SOAP tran

Advanced Web Service Test Plan Help

2005-10-13 Thread Edelman Matthew - medelm
Hi All, I'm trying to design a load test that will conduct a SOAP transaction with the AUT. It requires that the responses from the AUT be parsed for certain elements in order to create proper subsequent SOAP requests. This is the basic design: request1: give me a session string response1