rundmd
13 years agoNew Contributor
passing a text reponse between test steps
I need to test a change pw API. There are two resource calls involved in the change. The first call returns a token as plain text. The next call takes the token and new password as parameters. I've been able to transfer properties for other resources that return either xml or json. However, I'm having problems transferring the plain text token response. Is there a simple way through the UI(I'm using soapUI Pro) or a script to take the plain text response and save it so it can be used by the next test step?
Thanks
Thanks