irene_smile
17 years agoOccasional Contributor
Dynamic data in REST requests - XPath???
Can SOAPUI dynamically replace values in a REST request? Here is what I am trying to do
Testcase consists of two steps
- step1 finds ids
- step2 utilizes the an id that was found and constructs a request
For SOAP, I could use XPath and execute the test.
However, a REST request that accepts media-type application/XML and the body in the XML editor, how can I modify the request body to contain an id retrieved from previous step?
Testcase consists of two steps
- step1 finds ids
- step2 utilizes the an id that was found and constructs a request
For SOAP, I could use XPath and execute the test.
However, a REST request that accepts media-type application/XML and the body in the XML editor, how can I modify the request body to contain an id retrieved from previous step?