1.2 Maintenance for Party Services

This topic describes the maintenance for Party Services.

Specify User ID and Password, and login to Home screen.
Maintain Oracle Banking Routing Hub configuration in common core for FLEXCUBE Universal Banking.

Note:

Refer to Routing Hub Configuration User Guide for a detailed explanation.
  1. On Home screen, click Core Maintenance. Under Core Maintenance, click Routing Hub.
  2. Under Routing Hub, click Service Consumers.
    The Service Consumers screen displays.
  3. Click Import and upload the OBPY_Consumer.json file provided in the release.
  4. Click Extract.
  5. Select FCUBS and click Import.
  6. Click OBPY.
  7. Under OBPY, click FCUBS.
  8. Click Edit.
  9. Change the host and port as per the FLEXCUBE Universal Banking Soap WebService installation and save it.
  10. Consumer services in the JSON will be imported.
  11. Post importing, please check the request transformation in the below listed Consumer Services. The Entity code must be changed to the value set in FLEXCUBE Universal Banking or the value can be nullified.
    For example, the request transformation will have the following typical line.

    <fcub:ENTITY>$headers["entityId"][0]</fcub:ENTITY>

    Here the entity code in the OBPY is passed in runtime as $headers["entityId"][0]. This would not work if the entity code is different in FLEXCUBE Universal Banking.

    The above line can be changed to

    <fcub:ENTITY>entity_code_of_fcubs</fcub:ENTITY> or <fcub:ENTITY></fcub:ENTITY>

    List of Consumer Services in Service Provider FCUBS

    1. CreateSMBCustomerFS
    2. CreateFICorporateCustomerFS
    3. CreateSMECustomerFS
    4. CreateCustomerFS
    5. CreateCorporateCustomerFS
    6. CreateKYCDetailsFS
    7. ModifyCustomerFS
    8. ModifySMECustomerFS
    9. ModifyStructuredAddressFS
    10. ModifySMBCustomerFS
    11. ModifyCorporateCustomerFS
    12. ModifyFICustomerFS
    13. QueryCustomerIO
    14. QueryCustomerAccountBalance