Business Intelligence SoapAction Query using Web Service, GetListItems from Sharepoint List

  • I am using the Sharepoint List Web Service and GetListItems in the following SoapAction Query

    [Query/]

    [Method Namespace="http://schemas.microsoft.com/sharepoint/soap/" Name="GetListItems"/]

    [SoapAction>http://schemas.microsoft.com/sharepoint/soap/GetListItems</SoapAction]

    [/Query]

    This works fine for getting all the list data from sharepoint. Does anyone know the syntax for parameterizing the above query to limit the data returned from the list?

  • add rowLimit parameter from parameters tab of Dataset, set this value to the number of rows you want to fetch.


    Shridhar U R

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply