Hello - I have a Java XOM defined and I would like to print the entry and exit payload using my main ruleflow. There are different ways to print a java object like one is to override the toString() method and other is to have some external libraries and use them... but my problem is my XOM has quite a few classes and implementing toString() is tedious and I am not sure of having external libraries in the decision service.
Is there a simple way to print the request and response payload using System.out in the decision service or is there any other approach to print the payload in the system logs?
Kindly guide, if there is an option.
Thanks,
#OperationalDecisionManager(ODM)#Support#SupportMigration