开发者

SharePoint WCF service to upload doc

开发者 https://www.devze.com 2023-03-14 15:59 出处:网络
Is it possible to create a WCF client to upload file (doc) to Sharepoint? My problem, I can upload file to SharePoint use list asmx web service, but it conflict with Oracle.DataAccess.dll on Windows

Is it possible to create a WCF client to upload file (doc) to Sharepoint? My problem, I can upload file to SharePoint use list asmx web service, but it conflict with Oracle.DataAccess.dll on Windows 7 64 bit. So I am thinking if there is any way to do it without web re开发者_JAVA百科ference.

Thank you Wes


Uploading document can be achieved using a simple http PUT request

0

精彩评论

暂无评论...
验证码 换一张
取 消