通过 .NET API 将文件上传到 Documentum
我希望通过 .NET API 将文件从 SharePoint 上传到 documentum 并寻找可能的选项。
我遇到过以下解决方案:
Documentum 互操作程序集(我听说它们将被弃用)
此 codeplex 解决方案
谁能告诉我首选方法及其相关协议(HTTP、TCP)?
I am looking to upload a file from SharePoint to documentum via .NET API and looking for possible options.
I have come across these solutions:
Interop Assemblies for Documentum (I have heard they will be deprecated)
This codeplex solution
Can anyone tell me the preferred approaches and their associated protocols (HTTP, TCP ) ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不熟悉 Documentum,但理论上,如果您可以执行 HttpRequest(PUT 操作),您可以将文件上传到任何系统。这是一个例子:
i'm not familiar with Documentum, but theoretically you can upload files to any system if you can perform HttpRequest's (PUT operations). Here's an example: