Multiple choice technology

Which web service will fetch SharePoint List items using in MOSS:

  1. splist.asmx

  2. list.asmx

  3. Listdata.asmx

  4. There is no web service available for this purpose.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The Lists.asmx web service (accessed via _vti_bin/lists.asmx) is the primary SOAP web service in SharePoint 2007 for working with lists and list items. It provides methods like GetListItems(), UpdateListItems(), and AddListItems() to query and manipulate list data programmatically. SPLIST.asmx and Listdata.asmx are not standard SharePoint web services.