2 FCUBS Adapter Implementation
This topic provides information on FCUBS Adapter Implementation. To process the request with FCUBS core banking system, OBDX has set of adapter specifications which would be implemented for host specific services invocation.
Concrete implementation adapter classes need to be created by implementing respective adapters interface and interface defining methods should be implemented.
Concrete adapter defining methods may have two types of operation:
- Inquiry Operation
- Transactional Operation
Inquiry operation is process to interchange data between OBDX and FCUBS core banking system without altering customer banking state. It queries on the host system to fetch needed information required for tracking, summarizing the details or processing the transactional operation.
Example: Fetch Customer detail, Accounts detail.
Transactional operation will request to host system for altering/creating end user banking states.
Example: Payments, Account Opening.
- Guideline to Implement Adapter
This topic provides information on Guideline to Implement Adapter. - Inquiry Operation on FCUBS
This topic provides information on Inquiry Operation on FCUBS. To inquire data on core banking system, FCUBS provides a set of database view/synonyms object to inquire the required information. - Transactional Operation on FCUBS
This topic provides information on Transactional Operation on FCUBS. For processing transactional operations, FCUBS core banking system exposes SOAP web services.