Sharepoint FAQ

 
Home » Interview FAQ » SharepointSubmit FAQRSS Feeds

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

  Shared By: Tarang Nayak         Date: Mar 12, 2011      Category: Sharepoint      Views: 418      

In order to retrieve list items from a Sharepoint list through Web Services, you should use the lists.asmx web service by establishing a web reference in Visual Studio. The lists.asmx exposes the GetListItems method, which will allow the return of the full content of the list in an XML node. It will take parameters like the GUID of the name of the list you are querying against, the GUID of the view you are going to query, etc.

Tagged:                    

 


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].