![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |
This example shows how the adapter’s Publication, Subscription and Request-Response services can be used in a TIBCO ActiveMatrix BusinessWorks process. The example has three processes, GetProcess, UpdateProcess and SyncProcess.
• GetProcess uses the adapter’s Request-Response service to fetch data from PeopleSoft for key values that you specify in an input XML file.GetProcess queries PeopleSoft based on the given key values and fetches the data. The data is sent back by the adapter to TIBCO ActiveMatrix BusinessWorks and is written into an output XML file.
• UpdateProcess uses the adapter’s Publication and Subscription services to update PeopleSoft.Alternatively, you may specify key values in the input XML file. UpdateProcess queries PeopleSoft based on the key values. The Customer details are updated in PeopleSoft.
• SyncProcess uses the adapter’s Publication service to send a message out of PeopleSoft whenever Customer Component Interface details are modified or updated in the target PeopleSoft application. Any change to the data in PeopleSoft triggers the SyncProcess.
![]() |
Copyright © Cloud Software Group, Inc. All Rights Reserved |