This example shows how the adapter’s Request-Response Invocation Service can be used in a TIBCO ActiveMatrix BusinessWorks process. The example has one process, ProcessMessageRPCClient, that uses the adapter’s Request-Response Invocation Service to fetch data from PeopleSoft for key values that you specify in an input XML file.
ProcessMessageRPCClient 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.
In this case, you may specify key values in the input XML file. ProcessMessageRPCClient queries PeopleSoft based on the key values. The COUNTRY details are updated in PeopleSoft. On receiving the modified data, TIBCO ActiveMatrix BusinessWorks logs it to an XML file.