cancel
Showing results for 
Search instead for 
Did you mean: 

SAP PI - Rest Receiver with empty payload

oscar_mller
Explorer
0 Kudos
252

Good morning.

I have an asynchronous JDBC->REST scenario, in which I have to call a url without payload. I've already tried passing Content-Length = 0 in the HTTP Headers tab of the rest receiver communication channel, but it continues to pass the following payload:

{"mtEmpty":""}

How to resolve this?

Thanks

View Entire Topic
0 Kudos

In the receiver channel, disable the checkbox "Treat NULL as string". Also, try not to use the POST operation in the receiver REST channel.
Hope this will work.

Also, what impact this payload is creating at target?