Standard web services API available in PeopleSoft?

六眼飞鱼酱① 提交于 2019-12-04 02:32:59
Telkarion

Integration Broker (IB) is what you need to expose business logic from peoplesoft and consume it with your 3rd party tool, or to consume a webservice from your tool in peoplesoft.

There are some out of the box messages, but most of them are made to have different PIA (PeopleSoft Internet Architecture) communicate.

Be aware, IB components were almost complemently remixed in peopletools version 8.47. So it's important to give your tool's version when talking about IB.

Never heard about a standalone API for implementing web services, outside of the IB framework. IB will use dedicated class to handle sending and reception of your messages. You mention it as the handler. And if a component interface need to be used it will be done throughout this class.

Integration broker is used to setup the basic configurations that will be used in exposing and using web services. this includes making nodes and its routing available for other system to use.

http://docs.oracle.com/cd/B14099_19/integrate.1012/b14060/int_broker.htm

There are many web services available in peoplesoft. you can alsi expose any componemnt as a web services by executing very simple steps. http://docs.oracle.com/cd/E15645_01/pt850pbr0/eng/psbooks/tibr/chapter.htm?File=tibr/htm/tibr14.htm

Custom web services can also be build.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!