Oracle Hyperion MDM Web 服务 API 和 .NET 互操作
我们安装了 Oracle Hyperion Master Data Management(又名数据关系管理)及其 Web 服务 API,它本质上是部署在 WebLogic 上的 EAR 文件。此 Web 服务已附加内置服务器端安全策略。我们有一个 .NET 客户端需要与此 Web 服务端点通信,但我们不太确定如何设置 Oracle 定义的客户端安全策略。
使用的版本 - DRM:11.1.2.1; WebLogic:10.3.4
我正在寻找有关如何实现此目标的指针(如果可能的话,还有示例代码)。
谢谢。
We have Oracle Hyperion Master Data Management (aka Data Relationship Management) installed along with it's Web Service API, which is essentially an EAR file deployed on WebLogic. A built-in server side security policy has been attached to this web service. We have a .NET client which needs to speak to this Web Service endpoint, but we are not really sure how to set the client side security policy as defined by Oracle.
Versions used - DRM: 11.1.2.1; WebLogic: 10.3.4
I'm looking for pointers (& sample code if possible) on how we can achieve this.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我从 http://download.oracle 获得了解决方案。 com/docs/cd/E17904_01/web.1111/e16098.pdf。该文档中的第 5 节介绍了如何从 WLS 导出证书并将其与文档中指定的其他配置一起导入 .NET 客户端应用程序。希望这有帮助。
I got the solution for this from http://download.oracle.com/docs/cd/E17904_01/web.1111/e16098.pdf. Section 5 in that document speaks of how to export the certificate from WLS and import the same into the .NET client app along w/ other config as specified in the document. Hope this helps.