如何在 oracle ebs 11.5.10 中将 oracle pl/sql api 作为 Web 服务公开?
如何在 oracle ebs 11.5.10 中将 oracle pl/sql api 公开为 web 服务?我读到在 oracle ebs r12 中有 soa 网关。不幸的是,我的客户将继续使用 11i 版本几年,所以我就坚持使用它。
有人有什么建议或建议吗?
how to expose oracle pl/sql api's as web services in oracle ebs 11.5.10? i've read that in oracle ebs r12 there is soa gateway. unfortunately my client will be sticking with 11i version for a couple more years so i'm stuck with it.
does anyone have any suggestions or recommendations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不确定这是否适用于您的 EBS 版本,但是
I'm not sure if this is available for your version of EBS but
我认为您可以按照以下步骤进行操作:
使用 jDeveloper 等工具将 API 作为 Web 服务公开
然后在EBS中注册即可使用。
I think you can do it by following the steps below:
Use the tools like jDeveloper to expose the API as a web-service
and then register it in EBS to use it.