How do you return SharePoint List items using SharePoint web services?
Follow these steps in order to successfully list items using web services in SharePoint:
- Use lists.asmx web service by establishing a web reference in Visual Studio
- Now, these lists.asmx shall expose the GetListItems method, thus allowing the return of full content of the list in an XML node format
BY Best Interview Question ON 18 Feb 2020