Last active
March 2, 2022 19:06
-
-
Save brunocicom/a17946ad55fb6dfa0a7fbcde7bf7ebc9 to your computer and use it in GitHub Desktop.
Log body SoapUI mockRequest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// works PUT method | |
def request = mockRequest.getHttpRequest() | |
log.info "Request body: " + request.getReader().lines().collect() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment