Forum Discussion

ch5082's avatar
ch5082
Occasional Contributor
9 years ago

Get Properties from MessageViewer

Is there a way to capture the values from these properties off the response?

 

Capture.PNG

2 Replies

    • nmrao's avatar
      nmrao
      Champion Level 3
      If so, you can try

      log.info messageExchange.responseHeaders['StatusCode'].value
      to see StatusCode. Similarly, you can get any value that you need.