Forum Discussion
SmartBear_Suppo
Alumni
12 years agoYou would need to define two new parameters with Style TEMPLATE as defined here - http://www.soapui.org/REST-Testing/unde ... parameters:
1. VARIABLE
2. ANOTHER-VARIABLE
Then you can define your Resource of the URI exactly as you have:
/controller/view/{VARIABLE}/Method/{ANOTHER-VARIABLE}
That should populate correctly at runtime.
Thanks,
Michael Giller
SmartBear Software
1. VARIABLE
2. ANOTHER-VARIABLE
Then you can define your Resource of the URI exactly as you have:
/controller/view/{VARIABLE}/Method/{ANOTHER-VARIABLE}
That should populate correctly at runtime.
Thanks,
Michael Giller
SmartBear Software