Question
1
Replies
49
Views
Accenture
Posted: March 13, 2019
Last activity: March 16, 2019
Closed
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.