Question
· Jul 19, 2019

Http Outbound Adapter Trace outgoing message

Hello All,

I have a outbound Http adapter.

How do i see the HTTP Request which is going out using Message Viewer or Trace? I want to see the entire message with the Headers and Body.

Thanks,

Jimmy Christian

Discussion (6)0
Log in or sign up to continue

Hi Jimmy,

For such scenario, we should $$$Trace.

We can covert HTTP request to string and pass it in trace. $$$Trace can take string or anything inherited from ens.message.

In Production, in the corresponding Business Operation, find Enable trace setting. 

Then for next transaction, you can see the httprequest in trace.

Don't forget to disable the trace option once you are done, as we should try this only for debugging purpose.

Regards

Sourabh