在 C# 应用程序中使用 IBM FileNet Web 服务
我们的组织使用 IBM FileNet 作为文档管理系统。 FileNet P8 附带一个可在 .net 中使用的 Web 服务 API
你们有人尝试过吗?如果是的话,您能指导我找到任何资源来启动吗?
提前非常感谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
FileNet API 有 5 种风格:
存在.NET API 在后台使用 Web 服务,您的 .NET 项目引用是 FileNet.Api.dll,而不是直接引用 WSDL。因此,如果您是一家 .NET 商店,您需要 .NET API,而不是“Web 服务 API”(2012 年 2 月 3 日编辑:除非您选择 CMIS)。
最好的起点是“Bulk Loader Sample”代码”位于:http://www-01.ibm .com/support/docview.wss?rs=3278&uid=swg27010422
The FileNet API comes in 5 flavors:
Although the .NET API uses web services in the background, your .NET project reference is to FileNet.Api.dll, rather than directly to the WSDL. So if you're a .NET shop, you want the .NET API, not the "Web Services API" (2012-02-03 edit: unless you opt for CMIS)
The best place to get started is the "Bulk Loader Sample Code" here: http://www-01.ibm.com/support/docview.wss?rs=3278&uid=swg27010422
您来对地方了,可以找到与 P8 .Net API 相关的文档。我能想到的唯一的其他“启动”链接是 http://www.ecmplace.com/。
我知道如何使用 CE 的 Java API 创建会话,但很遗憾我还没有使用 .Net API 创建会话。不过,我相当肯定您会在 ECM Place 论坛上找到有用的示例。
哈!
汤姆普尔
You're in the right place for documentation related to the P8 .Net API. The only other "kick-start" link I can think of is http://www.ecmplace.com/.
I know how to create a session using the Java API for the CE, but I'm sorry to say that I haven't done it with the .Net API. However, I'm fairly certain that you'll find helpful examples on the ECM Place forum.
HTH!
Tom Purl