Forum Discussion
Does the accessToken value need to be entered as part of the request XML or as one of the soapui properties?
If it needs to be part of the XML, are you not able to pass a tokenised value through i.e.
<Test>${Login 1 - Portal Login#Request#//accessToken[1]}</Test>
For example purposes:
My Login 1 - Portal Login request looks like this:
<accessToken>1234</accessToken>
so the Test element should be replaced with 1234 upon executing the second request.
simonjdonnelly wrote:Does the accessToken value need to be entered as part of the request XML or as one of the soapui properties?
If it needs to be part of the XML, are you not able to pass a tokenised value through i.e.
<Test>${Login 1 - Portal Login#Request#//accessToken[1]}</Test>
For example purposes:
My Login 1 - Portal Login request looks like this:
<accessToken>1234</accessToken>
so the Test element should be replaced with 1234 upon executing the second request.
simonjdonnellythe response
of the first request is this:
I need to have the value for accesstoken be pasted in subsequent requests. But I can't do it using Property Transfer.