Forum Discussion

debanjan's avatar
debanjan
Occasional Contributor
8 years ago
Solved

How can I pass a parameter from XML Response tag in a new GET XML Request in Soap UI?

I am using SoapUI version 5.3.0 My Application have a couple of RESTful APIs. Initially I am sending json request to a WebService and getting back the following XML Response:   <StartDataExtractRes...
  • debanjan's avatar
    8 years ago

    To update,
    I just got some help and now I am able to call the XML Endpoints appending the RequestNumber through Property Transfer.

    http://host:port/path/${#TestSuite#TSreqNum}

    Thanks to everyone.