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?