Uploading documents to Sharepoint using webservices
-
mardi 26 juin 2012 12:11I 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?
Toutes les réponses
-
mardi 26 juin 2012 12:11I 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?- Fusionné Lhan HanModerator jeudi 5 juillet 2012 06:30 duplicate
-
mardi 26 juin 2012 19:44
- Marqué comme réponse Lhan HanModerator jeudi 5 juillet 2012 06:39
- Non marqué comme réponse Lhan HanModerator jeudi 5 juillet 2012 06:40
-
jeudi 5 juillet 2012 06:28Modérateur
Hi CharekMuk,
1、You can use then Copy.asmx web service to upload document:http://msdn.microsoft.com/en-us/library/copy(v=office.12).aspx
2、upload large file:http://www.codeproject.com/Articles/166763/WCF-Streaming-Upload-Download-Files-Over-HTTP
3、About authenication:http://msdn.microsoft.com/en-us/library/copy.copy.copyintoitems(v=office.12)
4、You 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- Marqué comme réponse Lhan HanModerator jeudi 5 juillet 2012 06:28

