T24Inbound component helps to receive events emitted from any T24 transaction.
The component using the interface provided in the Metadata configuration of the T24Inbound CPS (Configuration Property Sheet) fetches all the available flow names. The component receives messages the events for the selected flow names. A unique response port and request port (in case of non scheduled mode) will be created for each selected flow name.
Configuration and Testing
Component Configuration
Figure 1: Component Configurations
Metadata configuration
Error handling configuration
For setting up Error Handling Configurations, please refer the respective sections in the Common Configurations page.
T24 Connection Type
Interface to be used to connect T24 for fetching the list of all the available flow names:
Web Service
Web Service interface
TAFC
TAFC (Temenos Application Framework C-version) is a classic jBase with JDC interface.
Integration Flow Service WSDL URL
Figure 2: Specifying the URL or WSDL file of the Integration Flow Service
Location of the Integration Flow Service WSDL. This can be provided as URL or attached as a file.
This can be used to get the list of flows available
T24 User Name
The User Name with which the connection to T24 Web Service interface is made.
T24 Password
Password for the user as specified by the property T24 User Name.
T24 Company Code
Company Code to connect T24. This property is optional.
TAFC Agent Host Name
Specify the host name of the TAFC Agent.
TAFC Agent Port
Specify the port number of the TAFC Agent.
T24 OFS Source ID
The Source ID of the T24 OFS (Open Financial Service).
Selected Events
Figure 3: Event Selection
To select an event for polling, the following operations can be used:
Operation | Description |
> | To include one or more events from the list of events in the left panel. |
< | To exclude one or more events from the list of events in the right panel. |
>> | To include all the events in the left panel. |
<< | To exclude all the events in the right panel. |
reload | To update the left panel for new events. |
Runtime Configuration
The below figure illustrates the Runtime Configuration panel with Expert Properties view enabled.
Figure 4: Runtime Configuration Details
Connection Type
Select the connection type from the following options available:
Web service
Micro Service uses the T24 Web Service interface to get the events for the selected flows.
TAFC
Micro Service connects to TAFC (Temenos Application Framework C-version) to get the events. To make this work, we have to install and run the TAFC.
TAFJ-EJB
Micro Service connects to TAFJ (Temenos Application Framework J-version) to get the events. To make this run, we have to deploy the TAFJ into JBOSS (version 7 or above).
To use this EJB approach, we have to add the following jars which are part of the TAFJ deployment:- t24-IntegrationFrameworkService-Data.jar
- t24-IntegrationFrameworkService-ejb.jar
- tComponentFramework.jar
Integration Framework Service WSDL URL
Figure 5: Specifying the URL or WSDL of the Integration Framework Service
Location of the Integration Framework Service WSDL. This can be provided as URL or attached as a file.
This can be used to poll for events of the selected flow names.
T24 Username
The User Name with which the connection to T24 Web Service interface is made.
T24 Password
Password for the user as specified by the property T24 User Name.
T24 Company Code
Company Code to connect T24. This property is optional.
T24 Authentication Configuration
Figure 6: Authentication Configuration
Username and password for T24 Sign On authentication scheme
TAFC Connection Configuration
Figure 7: TAFC Connection Configuration
Configuration window to provide details of TAFC Agent interface.
TAFJ Connection Configuration
Configuration window to provide details of the JBoss application server to use TAFJ-EJB interface.
Figure 8: TAFJ Connection Configuration
Maximum Events Count
The maximum number of events to be polled for a particular request from the server.
Send Empty Message for no events
If this property is enabled, then an empty message is sent out for each request when there are no events on the server; no message is sent if the property is disabled.
Scheduling Configuration
For setting up Scheduling configuration, please refer the respective sections in the Common Configurations page.
Input and Output
Input
T24Inbound component takes the input in XML format as shown below when scheduling is disabled:
Output
Output schema is fetched based on the flow name selected and set on the respective response port.
Functional Demonstration
Scenario
Configure the T24Inbound component as described in Configuration and Testing section to receive events of TTI-CashAccountType flowname and use Feeder and Display components to send sample input and check the response respectively.
Figure 9: Demonstrating scenario with sample input and output