Ajit, I would suggest to create a view of the form you are pulling this information.
create view unique_names as select name from form_containing_names_data where whatever your where clause ought to be... Then create a Remedy View form of the view unique_names and create a web service agaisnt this view form... Hope this helps... Cheers Joe D'Souza Remedy Developer / Consultant, IBM Global Technology Services, Chicago. ----- Original Message ---- From: Ajit Patil <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, January 29, 2008 4:30:00 AM Subject: Getting Unique values from OpGetList Hi All, I've created one web service having only one operation OpGetList which returns number of entries. It works fine but the problem is I want it should return only Unique values i.e. if there are same multiple entries then it should return only one value instead of multiple values like following: Currently Returning: Ajit Ajit Ajit Sumit Sumit Kiran Expected Return: Ajit Sumit Kiran Does anybody gone through this...? or How to set the Qualification for this....? Please help me out... Thanks in advance... AjitPatil ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

