lukapril
16 years agoOccasional Contributor
How to retrieve and save response header value using soapUI
I'm using soapUI version 3.0.1 and POSTing a RESTful request to an uri, the expected response header will contain a token value that I'm interested in, is there a way to retrieve a value from the reponse header and save the value as a parameter?
Here is how the response header look like:
Header Value
#status# HTTP/1.1 302 Found
Content-Length 0
Location info?token=123efwers
X-Powered-By ASP.NET
Server Microsoft-IIS/7.0
Here is how the response header look like:
Header Value
#status# HTTP/1.1 302 Found
Content-Length 0
Location info?token=123efwers
X-Powered-By ASP.NET
Server Microsoft-IIS/7.0