Forum Discussion
http://stackoverflow.com/questions/34645069/trasfer-properties-from-api-responses-in-soapui
- MrTea9 years agoNew Contributor
Thanks Rao for the response and it took me exactly to what I wanted to know.
I will write back shortly with more detailed info.
The basics are I get the AuthToken from the Json Response window using a groovy script
in the same groovy script I write the AuthToken to a Global Property called GlobAccessTok
but what I really wanted to do is put the AuthToken in the Authorization tab of the request for the next api I am going to use, under a Profile Name and put it in the Access Token text box for the Request.
1)I use to do this manually sign in with username and password, send the request get the response
2)Then manually copy the AuthToken from the response json window and then
3)Go to my next method that requires the token, click on the Auth tab at the bottom of the request window
4) Then Add a New Authorization from the drop down list
5) Name the profile and paste the AuthToken in the Access Token text box and send that request
I wanted to automate the above steps, I had hoped there was a couple of settings I could set in a groovy script that would do this for me but I am not sure.
Related Content
- 30 days ago
- 2 years ago
- 3 years ago
- 5 years ago