Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

webservices

  Asked By: Tyrel Macdonald         Date: Aug 12, 2008      Category: Sharepoint      Views: 188
 

I am new to the webservices development. Can anyone point me in the
right direction on examples on how to download a document via the
sharepoint web services. I have already been able to list the documents
within a document libary.

Tagged:  

 

1 Answer Found

 
Answer #1       Answered By: Jacklyn Burnett          Answered On: Aug 12, 2008       

This is not included in the OOTB web  services, as SOAP is not well
suited for file transfer. Use one of the other protocols (WebDAV or
FP-RPC) or just a simple HTTP Get to access files.

 
Didn't find what you were looking for? Find more on webservices Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].