Issues while downloading document from Sharepoint using JAVA

Posted by Deepak Singh Rawat on Stack Overflow See other posts from Stack Overflow or by Deepak Singh Rawat
Published on 2010-03-02T18:43:36Z Indexed on 2010/06/10 0:52 UTC
Read the original article Hit count: 328

Filed under:
|

I am trying to download a file from Sharepoint 2007 sp2 document library using GetItem method of the Copy webservice. I am facing the following issues :

  1. In the local instance ( Windows Vista ) I can save only 10.5 Kb of any file. The webservice is returning only 10.5 Kb of data for any file.

  2. On the production server, I am able to List the documents using some credentials but when I am trying to download a document using the same credentials I get a 401 : Unauthorized message. I can download the document using the Sharepoint website successfully.

© Stack Overflow or respective owner

Related posts about java

Related posts about sharepoint2007