I am using SOAP UI to perform test with few steps.I need to use a JDBC request's output to use as a input parameter for another REST(POST) request. Should I use property transfer or a groovy script? Can somebody help ?
Edit:
From Yellow marked JDBC_Get_Random_Number, a query return a single number .I need to use it as a input for RegisterCall , which is a REST request(POST)
JDBC call output should be used as a randNum value. Thanks