List Data Retrieval Web Service
An adapter service that provides a method for performing queries against SharePoint lists.

To access this Web service set a Web reference to http://<site>/_vti_bin/DspSts.asmx.

For an example that shows how to use this service, see the Query method.

Classes

 ClassDescription
Public classAllFieldsUsed in a query to specify that all the fields be returned from the data source.
Public classAuthenticationRepresents the authentication mode that is used to connect to the back-end server.
Public classDataRootRepresents the root of the content document for a particular adapter instance.
Public classDspQueryDefines the filter used in a query against a data source provider.
Public classDSQueryRepresents a query used by a data retrieval service.
Public classFieldRepresents a single column in a query.
Public classFieldsRepresents the collection of columns that are included in a query.
Public classOrderFieldRepresents the column by which the result is ordered.
Public classPTQueryRepresents a pass-through query.
Public classQueryRequestRepresents the request in a query.
Public classRequestHeaderRepresents the request header in a query.
Public classServerParameterRepresents a server parameter required by the server containing the data source.
Public classServerParameterInfoRepresents information about the parameters used by the server containing the data source.
Public classStsAdapterRepresents the adapter service used to perform queries against sites and lists in Windows SharePoint Services.
Public classVersionsRepresents the versions of the data retrieval service that are supported by an adapter or the versions being used in a query.
Enumerations

 EnumerationDescription
Public enumerationColumnMappingTypeIndicates the type of XML format used for data returned in a query.
Public enumerationDocumentTypeSpecifies the document type for a request.
Public enumerationMethodTypeSpecifies the action of the request.
Public enumerationOrderDirectionSpecifies the direction in which a field or column is sorted.
Public enumerationResultContentTypeIndicates the type of content that is returned through a query.
Tags :


Community Content

Serge van den Oever - Macaw
Better documentation...
The documentation for this web service is really minimal in the Wss3 documentation, have a look at the Wss2 documentation at http://msdn2.microsoft.com/en-us/library/ms995670.aspx for way better documentation.
Tags :

John P McBride
Access URL
http://[yourservername]/_vti_bin/dspsts.asmx
Tags :

Majid Mo
SoapException: Failed to verify user permissions

If you receive SoapException: Failed to verify user permissions when submitting a query to this service, try disabling Anonymouse Authentication in IIS. For some reason this service doesn't work with Anonymouse access enabled.

Tags :

Page view tracker