Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
how to append two data source column elements
amanijavvaji
Posts: 2 ✭
in SOAtest
I'm working on the oAuth2.0, using JSON data bank I extracted access_token and access_type. In my main rest client post request I could like to parameterized the authorization where I need to append access_token to the access_type. Could you help me out in resolving issue
0
Comments
-
Hi amanijavvaji
you can try "manual" parametrization.
Assuming that you extracted data with into JSON databank with column names or variables like bellow ( I have used similar names of columns in my example):then you can use such names as variables ${access_token} and ${access_type}:
--
Ireneusz Szmigiel
http://www.catb.org/esr/faqs/smart-questions.html0 -
Thanks, I did work
0