Uploading documents to Sharepoint using webservices
I would like to get documents from documents library and upload them using webservices. Files can be big. I have few questions: - which webservice and methods should I use? - does it support soap attachements (file could be big) - what about authentication to sharepoint - should I invoke some other webservice or not? From java ? - can I use these webservices from java?
June 26th, 2012 8:11am

I would like to get documents from documents library and upload them using webservices. Files can be big. I have few questions: - which webservice and methods should I use? - does it support soap attachements (file could be big) - what about authentication to sharepoint - should I invoke some other webservice or not? From java ? - can I use these webservices from java?
Free Windows Admin Tool Kit Click here and download it now
June 26th, 2012 8:11am

This post might be helpful: http://www.oriolardevol.com/Article/Details/3
June 26th, 2012 3:44pm

Hi CharekMuk, 1You can use then Copy.asmx web service to upload document:http://msdn.microsoft.com/en-us/library/copy(v=office.12).aspx 2upload large file:http://www.codeproject.com/Articles/166763/WCF-Streaming-Upload-Download-Files-Over-HTTP 3About authenication:http://msdn.microsoft.com/en-us/library/copy.copy.copyintoitems(v=office.12) 4You can use these web services from java: http://www.coderanch.com/t/478814/Web-Services/java/Microsoft-Sharepoint-web-service-Java http://stackoverflow.com/questions/9361840/sharepoint-webservice-from-java-webapp-using-cxf-with-kerberos-ntlm-authenticati http://stackoverflow.com/questions/7414622/authentication-failure-calling-sharepoint-web-service-jax-ws-client Thanks, Lhan Han
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2012 2:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics