I have a rest service that returns employee data. I can use the Web Request Control to get the data that I want. Just like the following article...
However, on my service response, I already get the employee number, position, name, and so on...
Do I need to make a different call for everything single control I want to populate? Isn't there a way that I can make one call and use the returned xml to populate other controls?