Hi ADF Experts,
I have a RESTFull web service which returns JSON in response , let's say this is the webserive url : localhost:7101/myapp/service/payload/ the GET method has a parameter (taskNumber) , the JSON object structure is depended on the type of task which depends on the taskNumber , so the problem is i have a Dynamic payload and i can't use the standard way of making data control from REST service , so i need another way to generate ADF components like inputBox and ... programmatically based on the JSON i get each time.
thanks