I have a Spring Boot Rest web service that I need to invoke from ADF. The rest service needs a payload to pass. It just returns a success flag and a message.
How can I call this rest service? Is there any Rest client I can use to invoke this restful service from ADF 12c?