KarelHusa
6 years agoChampion Level 1
Logging a mock service response
Dear colleagues,
I would like to log requests and responses from within the SoapUI mock service in order to see what has been sent to the mock service and what the mock service responded.
I h...
- 6 years ago
Hey, simply use:
log.info mockResult.getResponseContent()
Check https://www.soapui.org/apidocs/com/eviware/soapui/impl/rest/mock/RestMockResult.html