IBM Filenet P8 集成 Windows 身份验证
我的一位同事正在尝试使用配置为使用集成 Windows 身份验证的 Intranet Web 服务,他认为无法配置 IBM Filenet P8 来执行集成 Windows 身份验证。
我对此非常怀疑,但我在 Google 中看到的所有内容似乎都与 IBM File Net Share Point Connector 有关。这是同一件事吗?
任何人都可以确认 IBM File NET P8 确实不支持集成 Windows 身份验证吗?
如果有办法,您能否提供如何执行此操作的快速步骤?
我不使用 IBM Filenet P8,而且我不需要/不想知道。我只希望我的同事能够使用该网络服务。
A colleague of mine is trying to consume an intranet web service that's configured to use Integrated Windows Auth and he believes there's no way to configure IBM Filenet P8 to perform integrated Windows Auth.
I am very doubtful of that but everything I see in Google seems to be related to IBM File Net Share Point Connector. Is that the same thing?
Can anybody confirm that yes indeed, Integrated Windows Auth is not supported in IBM File NET P8?
If there's a way, can you provide quick steps on how to do this?
I don't use IBM Filenet P8 and I don't need to/want to know. I just want my colleague to be able to consume the web service.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所询问的问题可能意味着多种可能性中的任何一种,但它可能并不涉及 IBM FileNet SharePoint Connector。您的同事最有可能面临的问题是想要使用 Web 服务与 FileNet P8 内容引擎 (CE) 或流程引擎 (PE) 进行通信。
这两个服务器确实都公开了 Web 服务(分别称为 CEWS 和 PEWS)。而且,它们都可以与 IWA 合作。从你的问题来看,听起来服务器已经设置好了,你的同事正在试图弄清楚在他的客户端部分要做什么的细节(或者更确切地说,他认为这根本无法完成)。
这里要讲的细节有点多,但这里有一些信息有望让他走上正确的道路。 (我知道您并不是在寻找家庭作业;抱歉!:-)
这是官方产品文档,包括开发人员指南:http://publib.boulder.ibm.com/infocenter/p8docs/v5r1m0/index.jsp 它是可搜索的,所以搜索“集成 Windows 身份验证”或“kerberos”等术语会出现一些有趣的链接。
这是一本免费的 IBM 红皮书,专门介绍如何使用 P8 进行开发:使用 IBM FileNet P8 API 开发应用程序,http://www.redbooks.ibm.com/abstracts/SG247743.html
除非您的同事所处的位置必须是 Web 界面服务,我会鼓励他研究 P8 CE .NET API。它是一个完全兼容 .NET 的 API,具有 OO 和类型安全的所有优点,而这些优点有时在 Web 服务工作中有点尴尬。它与他可能尝试与 Web 服务一起使用的同一个 CEWS 侦听器进行通信。让 IWA 使用该 API 也很容易。
The thing you are asking could mean any of several possibilities, but it probably does not refer to the IBM FileNet SharePoint Connector. The most likely thing that your colleague is facing is wanting to use web services to communicate with a FileNet P8 Content Engine (CE) or Process Engine (PE).
Both of those servers do indeed have web services exposed (referred to as CEWS and PEWS, respectively). And, both of them can work with IWA. From your question, it sounds like the server is already set up, and your colleague is trying to figure out the details of what to do in his client piece (or, rather, that he believes it simply cannot be done).
The details are bit much to go into here, but here are a couple of pieces of info that will hopefully send him down the right path. (I realize you weren't looking for a homework assignment; sorry! :-)
Here is the official product documentation, including the developer guide: http://publib.boulder.ibm.com/infocenter/p8docs/v5r1m0/index.jsp It's searchable, so searching for terms like "integrated windows authentication" or "kerberos" will turn up some interesting links.
Here is a free IBM Redbook specifically about developing with P8: Developing Applications with IBM FileNet P8 APIs, http://www.redbooks.ibm.com/abstracts/SG247743.html
Unless your colleague is in a position where the interface just must be web services, I would encourage him to look into the P8 CE .NET API. It's a full .NET compatible API, with all the niceties of OO and type safety that are sometimes a little awkward in web services work. It talks to the same CEWS listener that he is probably trying to use with web services. It's also pretty easy to get IWA going with that API.