Hi,

It is possible to get values from a SOAP response  to use it in an other
request.
I think your response is an XML response.

to get values, you have to use an "Regular Expression Extractor" where
1 - the reference name field will contain the name of your output parameter
2 - your regular expression to get the value that you want to get
3 - the template to get the right value something like this $1$ (to get the
template you need to see the Jmeter site about the  regular expression)

becareful, each get value will have its regular extractor.

Then when you have all your output parameter, you can use it has an input
parameter of the following request.

good luck
annie35

cvela wrote:
> 
> Hi All,
> 
> Is it possible to get values from a SOAP response and use it in another
> request?
> 
> Scenario:
> 100 Reservation requests, each Reservation Response has Reservation Codes.
> I need these Reservation Codes to be acquired automatically and use them
> in the next requests.
> 
> Thanks,
> cvela
> 

-- 
View this message in context: 
http://www.nabble.com/Getting-SOAP-XML-RPC-Response-tp24366440p24583382.html
Sent from the JMeter - Dev mailing list archive at Nabble.com.

Reply via email to