Outbound Rule Editor

This chapter describes the functions and uses of the Outbound Rule editor.

1. Overview

An Outbound Rule is a service that sends data from RTE to Outbound Adapter. An Outbound Rule stores the message format that was received from the Inbound Adapter, and it can be used to define the format or content of the message for a successful or failed transfer.

The default Outbound Rule is created if the user does not create one. If an Outbound Rule is created, it automatically processes any messages with an input data format that matches the format defined in the rule.

An Outbound Rule can be added to the BizTx, but this may require data mapping between the Outbound Rule message and input message.

  1. This chapter only covers Custom Log and Batch Outbound Rules. For detailed information about creating other Outbound Rules, refer to each Adapter guide.

  2. A project and BizTx/BizTx Group must be already created. For more information, refer to "Creating a Project" and "Creating a BizTx/BizTx Group".

2. Custom Log Outbound Rule

A Custom Log Outbound Rule can be configured through Service Flow Rule Activity, Response Message Activity’s Request, Response part and Start Message event mappings. This section describes how to create and configure a Custom Log Outbound Rule.

2.1. Creating a Custom Log Outbound Rule

To create an Outbound Rule, select [New] > [Outbound Rule] > [Custom Log Outbound Rule] from the context menu of the Project Navigator. Enter the required items in the Create Outbound Rule window, and then click [Finish].

figure customlogoutboundrule create
Create Custom Log Outbound Rule Window
Item Description

Outbound ID

Outbound Rule ID. Only alphanumeric and special (_) characters are allowed, and the first character must be capitalized.

Outbound Name

Outbound Rule name. Only Korean, alphanumeric, and special (_) characters are allowed. Must follow the XML Naming Convention.

2.2. Configuring a Custom Log Outbound Rule

The following describes the configuration items for a Custom Log Outbound Rule.

  • Define Outbound Rule

    figure customlogoutboundrule info
    Define Outbound Rule
    Item Description

    Protocol

    Protocol of the Outbound Rule. The protocol is selected when an Outbound Rule is initially created.

    Outbound Rule ID

    Outbound Rule ID.

    Duplicate value is not allowed. (Required)

    Outbound Rule Name

    Outbound Rule name. (Required)

    Request Processing Timeout (ms)

    Timeout for processing outbound data transfer.

    Endpoint (Group)

    Endpoint or endpoint group connected to the external system to send data to. Click [Search] to open the Resource Search window to select an endpoint or endpoint group. (Required)

    Description

    Description about the Outbound Rule for easy identification.

    Use Encryption/Decryption

    Option to encrypt/decrypt log data.

    Select User Class

    Encryption user class. Click [Search] to open the Resource Search window to select a user class.

    Clone Message

    Option to clone a variable to be able to log its value regardless of BizTx execution time (using this option may reduce memory efficiency).

    Use View

    Option to use database view. If the view is used, request messages, log table mapping, and Insert SQL statements are not editable.

  • Request Message

    Input message type that is used to match the format of the input received from the Outbound endpoint.

    figure customlogoutboundrule reqmsg
    Request Message
  • Log Table

    • Log Table Name

      Select a log table included in the endpoint. To set a log table name, Endpoint (Group) must be set. Click [Mapping] to open the Mapping dialog box ([Log Table] - [Custom Log Table Info] - Mapping Dialog Box) to map the request message to a log table column.

      figure customlogoutboundrule select table
      [Log Table] - Log Table Name

      If the database account of the database set in Endpoint (Group) only has DML privilege, the table list cannot be retrieved. To retrieve the list, set the following jvm option of JEUS Domain Admin Server (DAS).

      -Danylink.dis.db.noperm=true
    • Mapping Dialog Box

      AnyLink BizTx’s transaction or trace information or messages set as request messages are mapped to custom log table columns. The mapped information is saved in a database table at logging.

      The Source section displays _MSGCTX messages that can be mapped to AnyLink transaction or trace information and request messages set in the custom log rule. The Target section displays columns of the database table set in Log Table Name.

      figure customlogoutboundrule mapping
      [Log Table] - [Custom Log Table Info] - Mapping Dialog Box
    • Custom Log Table Info

      Displays information about the selected Custom Log Table. Use [Add] or [Delete] to modify the table.

      figure customlogoutboundrule table info
      [Log Table] - Custom Log Table Info
      Item Description

      Physical Colum Name

      Physical column name.

      Logical Colum Name

      Logical column name.

      Data Type

      Data type of the column (editable).

      If set to BLOB or CLOB type, Allow Search and Show Column are both set to false and cannot be edited.

      Allow Search

      Option to enable the column to be searchable in WebAdmin.

      Unless it is set to true, the column is not displayed as a custom log search condition.

      Show Column

      Option to show the column in WebAdmin.

      Sort Order

      Sort order for search results in WebAdmin.

      • Ascending

      • Descending

      Item

      Item that can also be configured from a combo box in WebAdmin.

      Clicking the button opens the Custom Log Items ([Log Table] - Custom Log Items Dialog Box) dialog box where items can be configured.

      Configure an item in the following dialog box and then click [OK].

      figure customlog item dialog
      [Log Table] - Custom Log Items Dialog Box
      Item Description

      Item Type

      • CONSTANT: Enter a fixed value to the table below.

      • USER_META: Use meta information of WebAdmin.

      Category ID

      Category ID of meta information to use for the item list. Enabled when Item Type is set to USER_META.

      CONSTANT Item Table

      Enabled when Item Type is set to CONSTANT. To add an item, click [+ Add]. To delete an item, click [- Delete].

    • INSERT SQL Statement

      SQL created by mapping a Request Message to a log table column name.

      Click [Edit] to edit the SQL, and [Reset] to undo changes and display the original SQL.

      figure customlogoutboundrule sql
      [Log Table] - INSERT SQL Statement

2.3. Custom Log Example

This section describes an example of performing custom logging while executing BizTx.

For information about creating and deploying resources and executing BizTx, refer to AnyLink TCP Adapter User Guide.

Creating a Custom Log Outbound Rule

Select [New] > [Outbound Rule] > [Custom Log Outbound Rule] from the context menu of the Project Navigator.

figure customlogoutboundrule create
Create Custom Log Outbound Rule Window
Item Description

Outbound ID

CustomLogRule_01

Outbound Name

CustomLogRule_01

Configuring a Custom Log Outbound Rule
  • Outbound Rule Definition

    figure customlogoutboundrule info
    Outbound Rule Definition
    Item Description

    Protocol

    LOG

    Outbound Rule ID

    CustomLogRule_01

    Outbound Rule Name

    CustomLogRule_01

    Request Processing Timeout (ms)

    10,000

    Endpoint (Group)

    default-log-endpoint

  • Request Message

    figure customlogoutboundrule reqmsg
    Request Message
    Item Description

    Request Message

    Request input header (ReqInHeader)

    Request input body (ReqInBody)

  • Log Table

    figure customlogoutboundrule table example
    Log Table
    Item Description

    Log Table Name

    AL_CUSTOM_TABLE

    Custom Log Table Info

    Allow Search: true

    Show Column: true

    figure customlogoutboundrule mapping
    Log Table Mapping
Configuring a Flow

This example shows how to configure a Request Custom Logging for the input messages of TCP Outbound Rule.

The following figure is the Outbound Rule (Service) configuration section in the TCP Activity Preferences window. Click [Browse…​] next to the Request Custom Logging, and select a Custom Log Outbound Rule file (CustomLogRule_01.orule).

figure customlogoutboundrule flow service
Outbound Call - Outbound Rule (Service)

The following is the Request Custom Log Mapping window. Add the Activity’s input parameters in the Source side, and Custom Log Outbound Rule’s request messages in the Target side.

figure customlogoutboundrule flow mapping
Request Custom Log Mapping
BizTx Test Run Result

The custom logging result can be check by selecting [Monitoring] > [Custom Log] in WebAdmin.

figure customlogoutboundrule result
Custom Log
Item Description

GUID

BizTx GUID.

BIZTX_ID

BizTx Code field value of the ReqInHeader (TCP Activity’s Input Parameter) message.

CUSTOM_DATA_01

ID field value of the ReqInHeader (TCP Activity’s Input Parameter) message.

CUSTOM_DATA_02

Name field value of the ReqInHeader (TCP Activity’s Input Parameter) message.

3. Batch Outbound Rule

This section describes how to create and configure a Batch Outbound Rule. Configuration items vary depending on the batch style.

3.1. Creating a Batch Outbound Rule

To create a Batch Outbound Rule, select [New] > [Outbound Rule] > [Batch Outbound Rule] from the context menu of the Project Navigator. Enter the required items in the Create Outbound Rule window, and then click [Finish].

figure batchoutboundrule create
Create Batch Outbound Rule Window
Item Description

Outbound Rule ID

Outbound Rule ID. Only alphanumeric and special (_) characters are allowed, and the first character must be capitalized.

Outbound Rule Name

Outbound Rule name. Only Korean, alphanumeric, and special (_) characters are allowed. Must follow the XML Naming Convention.

Batch Style

Batch style. Select one of:

  • CMS: Korea Fair Trade Commission (KFTC) CMS (0600 line).

  • DACOM_EDI: Batch transfer style used to connect to the EDI service provided by DACOM MagicLink as a host.

  • KIDI: Korea Insurance Development Institute style used for file transfer between the compulsory insurance subscription management network and insurance company or mutual aid association systems (0600 line).

  • SSNW: Samsung Networks style used to communicate with its Alien gateway.

  • KLIA: Korea Life Insurance Association style similar to KFB. However, it does not send a request of ending a job after sending a file through a request of starting receiving, but it waits for a request of ending a job from the organization that requested starting receiving.

  • SONBO: Bancassurance Non-life Insurance (used to exchange files between Bancassurance system and banks or insurance companies).

  • KNIA: General Insurance Association of Korea style used to connect to the association’s network. It is different from SONBO in the way that it does not know the full length of a data message to send or receive.

  • KFB: Credit Information style of Korea Federation of Banks (KFB). Batch transfer protocol used to exchange credit information files between KFB and joining organizations (banks).

  • FTP: File Transfer Protocol (FTP) used to exchange files between client and server across a TCP/IP network.

  • KCREDIT: Batch transfer protocol (proposed by Korea Credit Information Services) used when a participating organization transmits or receives a credit information file to or from KCREDIT.

  • KSD: Korea Security Depository (KSD) style used to exchange data and files between KSD systems and joining organizations' systems.

  • KOTA: Korea Finance Corporation style used to communicate with Korea Finance Corporation. Similar to CMS.

0600 line is used for business transactions related to KFTC batch transfer, Federation of Banks, CMS, bank sheet, KIS rating style, etc. In this batch style, the start message is always 0600/001 and missing message processing is identical. If a 0600/001 message comes in as the start message, the message header or transfer instruction message is exchanged and data is sent as a 0320 message. If 100 messages (0320) are sent and then a 0620 message is sent for a missing message, a 0300 is received as the response and 0310 is used to transfer missing data. It there are no missing messages, 0320 messages are continuously sent.

3.2. Configuring a Batch Outbound Rule

The following describes the configuration items for a Batch Outbound Rule.

  • Outbound Rule Definition

    figure batchoutboundrule info
    Outbound Rule Definition
    Item Description

    Protocol

    Protocol of the Outbound Rule. The protocol is selected when an Outbound Rule is initially created.

    Outbound Rule ID

    Outbound Rule ID.

    Duplicate value is not allowed. (Required)

    Outbound Rule Name

    Outbound Rule name. (Required)

    Description

    Description about the Outbound Rule for identification.

    Show Batch Progress

    Option to use the menu for showing batch progress in WebAdmin. (Default value: false)

    Send/Receive

    Sets whether the batch is sending or receiving. Only available when Show Batch Progress is set to true.

  • Request Message

    Input message type. Messages including data (such as file code, txDate, and filler) that can be used to search for batch style are configured.

    figure batchoutboundrule reqmsg
    Request Message
  • Response Message

    Message to map batch style search result. Click [Add] to set the response message.

    figure batchoutboundrule resmsg
    Response Message
  • File List

    Click [Input Mapping] to map a file code to the request message, and click [Output Mapping] to map the response message to the Batch Style setting.

    figure batch file list
    File List
    • File Code

      Click [Add] to open the Create Batch Style dialog box to add a file code and set a batch style for it. If a file with an existing file code is selected in Copy File, a batch style of the selected file code is created. Click [Delete] to delete the file code.

      figure create file code
      Create Batch Style Dialog Box
    • Main File

      Main file represents a group of file codes. Click [Add] to open the Create Main File dialog box to add a main file and select file codes to include. Click [Delete] to delete the main file.

      figure create file code group
      Create Main File Dialog Box
    • Input Mapping

      Map data such as file code, txDate, and filler to get information set in the batch style.

      The Source section displays request messages set in the batch rule. The Target section displays FILE_CODE, TX_DATE, and FILLER.

      figure batch input mapping
      Input Mapping Dialog Box
    • Output Mapping

      Map batch style information to a response message. Style information about the batch requested through Input Mapping can be mapped.

      The Source section displays values configured for the style, AFTER_ACTION_ID, and FILE_COUNT.

      figure batch output mapping
      Output Mapping Dialog Box
    • Batch Style Specifications

      Batch style specifications.

      figure batch comment
      Batch Style Specifications
  • Style Options

    For easy creation of a batch job, each batch style has common items used in flows for each file code. They may not be the same as actual specifications.

    • CMS

      figure batch style cms
      CMS Style
      Item Description

      File Code

      File code. (Required)

      Description

      File code description.

      Batch File Path

      Batch file path in the node.

      Reprocessed File Path (Success)

      Reprocessed file path in the node for success.

      Reprocessed File Path (Fail)

      Reprocessed file path in the node for failure.

      File Name

      File name.

      Bank Code

      Bank code.

      Bank Name

      Bank name.

      User ID

      User ID.

      User PW

      User password.

      Encryption Type

      Encryption type. Select one of:

      • None

      • KFTC CMS Algorithm

      • KFTC CMS Algorithm (2009)

      • KFTC CMS Algorithm (2015)

      Header Size

      Header size. Set to the Byte item when sending a file info message.

      Packet Size

      Max message size without the common 'Header Size'.

      Skipped Count

      Skipped count.

      Record Size

      Data record size defined in the file.

      Record Count

      Number of records to include in a sequence.

      Line Feed

      Line feed character.

      File Transmit Base Date

      Base date used to set the file transmit date in the scheduler.

      Workday Calendar

      Workday calendar created in WebAdmin. The calendar is used to calculate File Transmit Date Diff by excluding holidays.

      File Transmit Date Diff

      Days to add or subtract from the base date to set the transfer date when scheduling a file transfer.

      • Negative (-): Before the base date.

      • Positive (+): After the base date.

      • Default value: File Transmit Base Date.

      Duplicate Receive Flag

      Option to indicate a duplicate receive.

      Biz Code

      Biz Code.

      VAN ID

      VAN ID.

      Post-processing ID

      Post-processing ID.

    • DACOM_EDI

      For information about items that are not described in the following, refer to CMS (CMS Style).

      figure batch style dacom
      DACOM_EDI Style
      Item Description

      JOB TYPE

      Job type.

      TRGET USER ID

      Target user ID.

    • KIDI

      For information about items that are not described in the following, refer to CMS (CMS Style).

      figure batch style kidi
      KIDI Style
      Item Description

      SYSTEM ID

      System ID.

    • SSNW

      For information about items that are not described in the following, refer to CMS (CMS Style).

      figure batch style ssnw
      SSNW Style
      Item Description

      Bank ID

      Organization ID.

      Bank PW

      Password for the organization ID.

    • KLIA

      For information about items that are not described in the following, refer to CMS (CMS Style).

      figure batch style klia
      KLIA Style
      Item Description

      Transaction Code

      Transaction code.

      System ID

      System ID.

      Sender’s Bank Code

      Sender’s organization code.

      Receiver’s Bank Code

      Receiver’s organization code.

      Terminal ID

      Terminal ID.

      Terminal User ID

      Terminal user ID.

    • SONBO

      For information about items, refer to CMS (CMS Style).

      figure batch style sonbo
      SONBO Style
    • KNIA

      For information about items that are not described in the following, refer to CMS (CMS Style).

      Since this style does not know the full length of a data message to send or receive, select Use Length Info Key and enter the length information by using an expression in the Message/Error Handling tab of the TCP Endpoint Details page in WebAdmin. You can go to the page by selecting [System] > [Adapter], clicking Endpoint List, and then clicking the endpoint.

      figure batch style knia
      KNIA Style
      Item Description

      Transaction Code

      Transaction code.

      System ID

      System ID.

    • KFB

      For information about items, refer to CMS (CMS Style).

      figure batch style kfb
      KFB Style
    • FTP

      For information about items that are not described in the following, refer to CMS (CMS Style).

      figure batch style ftp
      FTP Style
      Item Description

      Source File Path

      Source file path.

      Source File Backup Path

      Source file backup path.

      Local File Path

      Local file path.

      Local File Backup Path

      Local file backup path.

      Target File Path

      Target file path.

      Source File Name

      Source file name.

      Local File Name

      Local file name.

      Target File Name

      Target file name.

    • KCREDIT

      For information about items, refer to CMS (CMS Style).

      figure batch style kcredit
      KCREDIT Style
    • KSD

      For information about items, refer to CMS (CMS Style).

      This style receives data by splitting it. For more information, refer to "TCP MESSAGE SPLIT ACTIVITY".

      figure batch style ksd
      KSD Style
    • KOTA

      For information about items that are not described in the following, refer to CMS (CMS Style).

      figure batch style kota
      KOTA Style
      Item Description

      Message Flag

      Message flag.

Code Information Configuration
  • Code Information

    By entering codes of batch flows, you can map the codes to response messages and use them.

    figure batch code info
    Code Information
    Item Description

    Kind Code

    Kind code.

    Tx Code

    Tx code.

    Output Mapping

    Maps each code to a response message set in the rule.

  • Output Mapping

    Maps each code to a response message.

    figure batch code mapping
    Output Mapping
    Section Description

    Source

    Displays code information fields.

    Target

    Displays response messages.