I am new to the webservices development. Can anyone point me in theright direction on examples on how to download a document via thesharepoint web services. I have already been able to list the documentswithin a document libary.
This is not included in the OOTB web services, as SOAP is not wellsuited for file transfer. Use one of the other protocols (WebDAV orFP-RPC) or just a simple HTTP Get to access files.