1.

How do you return SharePoint List items using SharePoint web services?

Answer»

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


Discussion

No Comment Found