Question
Capgemini
US
Last activity: 16 Mar 2019 7:56 EDT
Integration issue
Hi,we have requirement like we have Workers API where we can get the complete employee information. If we want get the complete employee information we need to create multiple web services and then we can cancetnate all the employee data into one data page. How can achieve this?
In principle, you can map the relevant properties (part of your employee info) after each web service call and then set all the properties on the data page, which has the entire employee info. For example, write an activity to do all of the above.