Sharepoint Lists.GetListItems sorting
2 answers
See http://msdn.microsoft.com/en-us/library/lists.lists.getlistitems.aspx
GetListItems contains a 'query' parameter. If you pass the xml node in this request with something like:
<OrderBy><FieldRef Name='fieldnametosort' /></OrderBy>
You will get a sorted list.
+1
a source to share