Skip to content

Instantly share code, notes, and snippets.

@brunocicom
Last active March 2, 2022 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunocicom/a17946ad55fb6dfa0a7fbcde7bf7ebc9 to your computer and use it in GitHub Desktop.
Save brunocicom/a17946ad55fb6dfa0a7fbcde7bf7ebc9 to your computer and use it in GitHub Desktop.
Log body SoapUI mockRequest
// 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