Why I am not able to see the request payload when rest message is triggering in integration

Atik
Tera Contributor

Hi All,

We have integrated the two system (Ebonding), there once the rest message is triggering in http outbound request it shows all the Request Body and Response body,

It is showing all the things in Response Body but not showing anything in Request Body.

 

Atik_0-1704787139311.png

Can anyone help me with this how to achieve.

 

Thanks,

Atik

 

 

 

2 REPLIES 2

Harsh_Deep
Giga Sage
Giga Sage

Hello @Atik 

 

Please try to change content-type of the body in the rest message.

 

Mark Correct if this solves your issue and also mark 👍 Helpful if you find my response worthy based on the impact.

shivanshu272
Tera Contributor

You can set the content type of a body to application/json or whatever is required.
Example - r.setRequestHeader('Content-Type', 'application/json');

Or 

you can set the Content-Type in Rest message.

 

Thanks,

Shivanshu

Mark Helpful is it solved your issue.