Forum Discussion

kumarjv19's avatar
14 years ago

REST Response into another REST request

Hi ,

Am pretty new to SOAP UI pro.
I have a doubt.

1. I have fired a REST request. Response received.
2. Now i want to use the received response (in XML) as the input to my next REST request.

Is it possible? If so how can i do that?

1 Reply

  • I've no completely understood what exactly are you trying to do, but I think your problem can be resolved in such a way:
    - create parameters you need to use in the next requests;
    - after 1-st request use the Property Transfer step to fill in the parameters with appropriate values.

    The similar steps are described in help in details.