I want to get a list of documents which are in Shared Documents (this is the Document Library). I am using the GetListItems web service.
I am getting response with list of rows. But I don’t see a word document which is created under that. Am I doing something wrong?
The GetListItems method does not return actual documents, it returns the ListItem information (metadata). It should include a Url (FileRef / FileLeafRef) property you can use to download the documents by looping through the method’s result.