Forum Discussion
M_McDonald
14 years agoSuper Contributor
Try this:
You will have to strip out the header information.
def request = testRunner.testCase.testSteps["XML-TC21657"].testRequest
def msgExch = request.messageExchange
log.info new String(msgEx.rawRequestData)
You will have to strip out the header information.