I’m trying to send a simple json message using PLSQL_Rest_Sender_API.Call_Rest_EndPoint2.
But I keep getting errors in the application message.
“Failure while obtaining result: java.lang.NullPointerException
Caused by: commonj.work.WorkException: java.lang.NullPointerException
Caused by: java.lang.NullPointerException: null”
I noticed that despite sending a json, it takes it as a xml in the message input data. How can I ask the logic to use json?