How to invoke/Call Fusion HCM REST(ADF) web service?
Fusion HCM is delivered with SOAP and REST services for the various business data object to perform several actions like DML(create/update/delete) and retrieve the information. In below example, we will see how to invoke REST service to retrieve employee information in POSTMAN tool using 'Basic Authentication' Prerequisites: -> Create a cloud user and assign ' Integration Specialist ' and ' Human Capital Management Integration Specialist ' roles. -> Install POSTMAN tool or add POSTMAN app to chrome Steps Identify REST Url -> Click on navigator button and click on ' Developer Connect ' link -> Search the web service that you want to invoke.Click on the service and navigate to below screen -> Click on the second icon on the left side and identify the operation(method) that you want to invoke. -> You can use below endpoint url(WADL) to query employee information. Please change hostname and port. htt...