与 Oracle PeopleSoft 企业人力资本管理集成的应用程序
我与一个构建企业级 Web 应用程序的工程团队合作。目前,该应用程序允许通过上传 .csv 文件直接导入企业员工/用户 - 但我们正在研究替代方法。
一种替代方案是以某种方式与 Oracle PeopleSoft 企业人力资本管理系统建立集成。我们对 Oracle 产品的经验很少,有人尝试过将应用程序与 PeopleSoft HCMS 集成吗?有什么建议/提示吗?
I work with an engineering team that's built an enterprise-class web application. Currently, the application allows direct importing of business employees/users by uploading .csv files - but we're looking into alternative methods.
One alternative is somehow building an integration with Oracle's PeopleSoft Enterprise Human Capital Management system. We have very little experience with Oracle products, has anyone attempted to integrate an application with PeopleSoft HCMS? Any advice/tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Oracle PeopleSoft 允许多种集成方法,包括 Web 服务(SOAP 以及 PeopleTools 8.52 中的 REST)。该组件称为集成代理。
我使用具有可用 SOAP/REST 服务的应用程序,PeopleSoft 向这些应用程序发送 Web 服务调用以添加/更新用户和其他数据。如果您能够构建 Web 服务并生成 WSDL,PeopleSoft 可以导入该结构并使用它来构建 Web 服务,但是您将需要 PeopleSoft 开发才能完成集成。
希望这有帮助
约翰
Oracle PeopleSoft allows several methods of integration including Web services (SOAP and, with PeopleTools 8.52, REST). The component is called Integration Broker.
I work with applications that have SOAP/REST services available and PeopleSoft sends web service calls to these applications to add/update users and other data. If you are able to build a web service and generate a WSDL, PeopleSoft can import that structure and use it to build the web service, however you will need PeopleSoft development in order to complete the integration.
Hope this helps
John