Skip to main content
Question

Apps10 send Json message

  • June 19, 2026
  • 0 replies
  • 2 views

Forum|alt.badge.img+1

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?