I have written a webservice with which I query the ADS(Active directory). For example in the query field called Employee Name,if I type "A" and click the Run Query button, the web service succeedingly returns the details like Name,ID,phone number,mailID of all the employees whose name starts with "A".
I am able to display the fetched details in a repeating table/repeating section with controls.
But I am unable to populate the fetched data (example Names) to a listbox.
In the data source task pane,I have a Repeating group(Locked) called ADS_Users under which I have the Name,ID,phone number,mail ID fields.
Please tell me as to how I can populate the name datafield to a listbox.
The purpose is so that employees in my organization can select his/her superior's name from the list box which has short listed the names of people whose name starts with "A".