在 C# 应用程序中使用 IBM FileNet Web 服务

发布于 2024-09-01 12:28:14 字数 463 浏览 1 评论 0 原文

我们的组织使用 IBM FileNet 作为文档管理系统。 FileNet P8 附带一个可在 .net 中使用的 Web 服务 API

你们有人尝试过吗?如果是的话,您能指导我找到任何资源来启动吗?

提前非常感谢。

http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/developer_help/content_engine_api/guide/gs_procedures.htm

Our organization uses IBM FileNet as document management system. FileNet P8 comes with a web services API which can be used in .net

Has anyone of you guys tried this? If yes could you please direct me to any resources to kick start?

Thanks a ton in advance.

http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/developer_help/content_engine_api/guide/gs_procedures.htm

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

又爬满兰若 2024-09-08 12:28:14

FileNet API 有 5 种风格:

  • Java - jar 参考,配置为使用 http 或 iiop 传输
  • .NET - .NET dll 参考,配置为 http 传输
  • CEWS - 内容引擎 Web 服务。使用 仅当您无法使用 Java 或 .NET API
  • CMIS - 符合 CMIS 规范的 Web 服务
  • COM - 半遗留,文档中未讨论,但它确实

存在.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:

  • Java - jar reference, configure to use either http or iiop transport
  • .NET - .NET dll reference, configure for http transport
  • CEWS - Content Engine Web Services. Use only if you can't use the Java or .NET API
  • CMIS - web service conforming to the CMIS spec
  • COM - semi-legacy, not discussed in the docs, but it does exist

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

怀中猫帐中妖 2024-09-08 12:28:14

您来对地方了,可以找到与 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文