Forum Discussion

krishnakhanna's avatar
krishnakhanna
New Contributor
12 years ago

Multiple Path Flow Implementation

Hello,
I have installed SOAP UI and have implemented a simple flow

xml query 1 ---Output Parameter of query 1/input parameter for query 2--->xml query 2----Output Parameter of query 2/input parameter for query 3 ---> xml query 3

The above flow works fien and have used delay intervals in between.

Now the requirement is that I wish to complete the above flow and then use Output Parameter of query 1 again to xml query 4.

Since above implementation was unidirectional, how can i use the output of first query to send it to 5th query.

Is it possibl;e to store the output results for each session or is there any other implemenation that can be handy.

Krishna Khanna
http://kkonline.org

2 Replies

  • nmrao's avatar
    nmrao
    Community Hero
    are all your steps in a one test case including 4, and 5?
  • Hi,
    Yes everything is in the same test case.

    I want value from response one to be stored as a variable and then that as an input to step 5 or 6.