ContributionsMost RecentMost LikesSolutionsIs it possible to pass a property as access token in SOAP UI? The thing is I am getting authentication token from a json responce, so I cannot use OAuth2 for automating the process of getting token. I was able to put token in property through property transfer, but now I need to pass a value of that property to Access token. I usually do it manually, but recently started researching in order to automate this process. I am using SOAP UI, not PRO version. Anybody have an idea? Re: Is it possible to pass a property as access token in SOAP UI? I did try property transfer, I created a project level property with my access token and put it in header for the request, that requires token, but it still fails. Is property extension very different from property transfer? Re: Is it possible to pass a property as access token in SOAP UI? Thank you for the answer, but I need to pass response to Access token, not in another request. Like on the image attached.