Hi
I have user id's in the datasource as shown below, is it possible to pull user name for each row using GetUserProfileByName web service
=====================================
user name user id % work completed
=====================================
? xyz 30
? pqr 25
? abc 35
I know user id's and using repeating tables to display. How to retrieve user name's using GetUserProfileByName web service for the above scenario.