I am using the GetListItems web service and it is only returning about 50% of the results stored. Is there a limit to how much data can be returned? Is there anyway round this?
From stackoverflow
-
Refer this article you number of rows returned is based on the View you have used, Change the rowlimit in the View.
-
The method retrieves only the number of rows in the default view of the list. To solve this problem, you can simply increase the row count in your default view, or better yet, use CAML queries. Here's an article on how to use CAML with web services: http://dotnet.org.za/zlatan/archive/2007/08/01/collaborative-application-markup-language-caml-and-webservices-in-sharepoint-2007.aspx
-
Try this, SharePoint List Web Service GetListItems
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.