cancel
Showing results for 
Search instead for 
Did you mean: 

REST Receiver channel payload-JSON format

former_member188791
Participant
0 Kudos

Hi Group,

I am using REST receiver channel to post , but in RWB I am not able to see JSON payload as I am enable option XML to JSON convert but still in payload I am getting XML, can any body suggest how I can get exact JSON payload

Accepted Solutions (0)

Answers (2)

Answers (2)

vadimklimov
Active Contributor
0 Kudos

Hi Rajiv,

Please check SAP Note 2079486, it describes exactly what you are looking for - JSON content logging functionality in REST adapter, which was introduced in SP15 for 7.31 and SP10 for 7.4.

Regards,

Vadim

justin_santhanam
Active Contributor
0 Kudos

Rajiv,

It depends on which step of the pipe line you are checking on RWB. Remember the conversion happens on the Adapter Engine Level. Did you check the Processing logs to see if the data has been transformed? I would suggest use TCPGW tool to see what's the outgoing message from PI.

Thank you,

Justin.

former_member188791
Participant
0 Kudos

Hi Justin,

Thank you for response may I know what is TCPGW tool

justin_santhanam
Active Contributor
0 Kudos

Download the tool from SAP Note - 856597. Using this tool you can monitor the HTTP request being sent/received from the target system.. Kind of extra informational to see headers etc...


Thank you,

Justin.