When I run the REST request, my response is
HTTP/1.1 204 No Content Date: Fri, 01 Oct 2010 17:18:11 GMT X-Response-ID: 10016
How to verify this? Because it is header i guess. How to add assertion for this? When i decloare
When I run the REST request, my response is
HTTP/1.1 204 No Content Date: Fri, 01 Oct 2010 17:18:11 GMT X-Response-ID: 10016
How to verify this? Because it is header i guess. How to add assertion for this? When i decloare
You can use the method
messageExchange.responseHeaders
[field] to access the HTTP header fields like#status*
,Content-Type
,Accept
etc.