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 as list.asmx) provides SOAP-based operations for retrieving and manipulating SharePoint list items in MOSS 2007. This service supports methods like GetListItems to query list data. Option A is incorrect, Option C refers to a REST/OData service introduced in later versions, and web services do exist for this purpose.