Request & Response not captured in Message Logging

Not applicable

I am trying to capture the requests & responses in message logging policy. I tried to use the request.content & response.content but unable to see results. Any idea guys?

1 2 442
2 REPLIES 2

sarthak
Participant V

Can you please show us the policy which you have configured ?

Dear @Dennis,

You can try using the MessageLogging code documented in the community link here.

If that doesn't work then assign the values of the variables request.content and response.content to some other variable using AssignMessage policy and then use the new variables in MessageLogging policy as explained here

Regards,

Amar