Integration Broker Peoplesoft Tutorial

Integration Broker Peoplesoft Tutorial 7,8/10 3436 reviews
Broker
  1. Peoplesoft Integration Broker Asynchronous
  2. Peopletools Integration Broker

PeopleSoft Integration Broker Of all the concepts in PeopleSoft, the Integration Broker is one of the difficult one to understand and work along. With the PeopleTools release of 8.49, Integration broker is converted into a SOA based framework within PeopleSoft. Here is a red book on PeopleSoft Integration broker.

Routing is where we define the following:. One way communication or two way (In our case its One Way). Synchronous or Asynchronous (In our case its Asynchronous). The sender and receiver nodes (In our case PS Finance is Sender and PS HR is Receiver)Navigation: PeopleTools -Integration Broker - Integration SetUp - RoutingService Operation It ties previous three elements - Message, Handler and Routing together and forms a mechanism for integration. Define the service operation and add those three elements in it.Navigation: PeopleTools -Integration Broker - Integration SetUp - Service OperationNode. Routing is where we define the following:.

One way communication or two way (In our case its One Way). Synchronous or Asynchronous (In our case its Asynchronous). The sender and receiver nodes (In our case PS Finance is Sender and PS HR is Receiver)Navigation: PeopleTools -Integration Broker - Integration SetUp - RoutingService Operation It ties previous three elements - Message, Handler and Routing together and forms a mechanism for integration.

Peoplesoft Integration Broker Asynchronous

Define the service operation and add those three elements in it.Navigation: PeopleTools -Integration Broker - Integration SetUp - Service OperationNode Define two nodes, one for HR system and another for Finance system. The HR Node in this case would be local and Finance Node would be remote.

Also mention followings in node definition:. Connectors (Gatway and Target Connector). Portal URLs (PIA URL). Routing (Add the routing definition defined above).

Peopletools Integration Broker

Let us look at the response more closely. We get the following data back.GOOG533.336/5/20154:00pm-3.7.88220363.95B536.70-0.63%486.23 - 598.0121.1625.21Google Inc.So we have a working web service which takes the symbol of the stock and returns all the above values.2) Consuming a web service in PeopleSoftLet us navigate to PeopleTools Integration Broker Web Services Consume Web ServiceClick on the WSDL URL radio button and paste the URL. Give a permission list which is assigned to our user profile (in our case the user is VP1).3) Creating a new Peoplesoft Page for using Web ServiceLet us review the XML from the request and the response to determine the parameters to be sent and the data to be expected. We will submit the WSDL in SOAPUI for symbol GOOG and get the XML as follows.XML from RequestGOOGXML from ResponseGOOG526.836/8/20154:00pm-6.4.24139359.51B533.33-1.22%486.23 - 598.0121.1624.90Google Inc.Based on the above data columns, let us create a page in peoplesoft and a work record containing some of the above highlighted fields plus one for a button.The work record looks like the following.