Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 9 TIBCO ActiveMatrix BusinessWorks: Working with the Country Message : Example Description

Example Description
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 a typical business scenario, an adapter to another application (for example, SAP or Siebel) publishes a message into the TIBCO environment. TIBCO ActiveMatrix BusinessWorks receives the messages and writes them to an input XML file. The content of this XML file will contain the changes to be updated in PeopleSoft. TIBCO ActiveMatrix Adapter for PeopleSoft uses the Request-Response Invocation service to update the data in PeopleSoft and sends a reply to TIBCO ActiveMatrix BusinessWorks.
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.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved