1.2.4 Gateway Web Service Application

Follow the steps given below:
  1. Select ‘Gateway Web Service’ as the application type as shown in the below Screen.
  2. Click ‘Next’. The following screen is displayed.
    The installer displays the ‘Multi Entity’ screen.

    For more information on fields, refer the table below:

    Field Description
    MultiEntity Required

    Select the multi entity check box for enabling the multi entity deployment.

    After selecting the multi entity option ‘+’, ‘-‘buttons will be enabled for capturing the entity Name.

    + Button:

    New row will be added for capturing new entity name.

    - Button

    Select the entity name and click – button, deletion of existing entity name will be done.

    Entity Name

    Enter the entity name as single word.

    For example: ENTITY1

  3. On the Multi Entity Names screen, click ‘Next’. The following screen is displayed:

  4. On the Property File Creation screen, specify the field details.

    For more information on fields, refer the table below:

    Field Description
    SSO Required Check this box to enable single sign-on (SSO). If you check this box, you need to specify the SSO Key.
    SSO Key

    Specify the SSO key. If you have checked the box ‘SSO Required’, it is mandatory to specify the SSO key.

    If you have checked the box ‘SSO Required’, then the Installer will skip the following two screens and will directly navigate to the Modifying the Gateway properties Screen.

    If you have not checked the box ‘SSO Required’, then click ‘Next’. The following screen is displayed.

    External User Login Required Check this box to enable user login using MSAD/LDAP user Id.

    Note:

    If you check this box, the user can login with MSAD/LDAP server user Id as well as FCUBS user Id. If you do not check this box, the user can login using FCUBS user Id only.
    External Password Required Check this box to allow user login using MSAD/LDAP password irrespective of the user Id.

    Note:

    If you check this box, the user can login using MSAD/LDAP server password only. The user Id can be one of the following:
    • MSAD/LDAP user Id
    • OBTFM user Id
    If you do not check this box, then the installer skips the following screen and directly navigates to the Modifying Gateway Properties screen.
    Authentication Type Select the authentication type. This is the type of external server that is used. You can select one of the following options:
    • MSAD (Microsoft Active Directory)
    • LDAP (Lightweight Directory Access Protocol)

    By default, ‘MSAD’ is selected; however, you can change it.



  5. Click Next.The Property File Creation screen displays.


    The field ‘Authentication Type’ is enabled if one of the above check boxes is checked:
  6. If you check the box, then the installer navigates to the following screen on clicking ‘Next’ button.

  7. Specify the LDAP server details.

    For more information on fields, refer the table below:

    Field Description
    LDAP Server URL Specify the URL to access the LDAP server where the external user ID and password are maintained.
    LDAP SSL Enabled

    Check this box if the LDAP server is SSL enabled. If you check this box, then you need to specify the SSL port also in the field LDAP SERVER URL.

    By default, this check box is unchecked. However, you can change this.

    Security Authentication Type Depending on the authentication mechanism supported by the LDAP server, select one of the following:
    • Simple
    • Strong

    Note:

    • Different servers support different authentication mechanisms.
    • By default, the security authentication type is ‘Simple’; however, you can change this.
    Domain Name Specify the domain name.
    LDAP Server Timeout Specify the LDAP server timeout in milliseconds. This must be a positive integer value. For example you can specify 1000, 10000 or 5000. If it is zero or less, it indicates that no read timeout is specified. Then the wait for the response infinite until it is received.

    By default, the LDAP server timeout is zero; however, you can change this.

  8. Click ‘Next’. The following screen is displayed:

  9. Specify the fields.

    For more information on fields, refer the table below:

    Field Description
    XSD Path

    Specify the path to the XSD file. File name is not required. File separator must be ‘/’. There must be a ‘/’ at the end. All the relevant XSD files must be manually copied to this location.

    Example:

    For Windows: D:\Kernel11.1\GW_WS\XSD\

    For Linux: /Kernel11.1/GW_WS/XSD/

    Logger File

    Specify the path to the ‘gw_ ws_logger.properties’ file with the file name. The file must be manually copied to the specified location.

    Example:

    For windows: D:\Kernel11.1\GW_WS\config\gw_ws_logger.properties

    For Linux: /Kernel11.1/GW_WS/config/gw_ws_logger.properties

    Debug Path

    Specify the path to the folder where the application creates the logs. There must be a ‘/’ at the end. You need to manually create the specified folder structure.

    Example:

    For windows: D:\Kernel11.1\GW_WS\log\

    For Linux: /Kernel11.1/GW_WS/log/

    Security Key for Encryption Specify the security key for the Encryption,here in this case it is ‘Oraclefinancialsolutions’.
    SMS Pool Name Specify SMS Pool Name, here in this case it is ‘jdbc/fcjdevDSSMS’.
    DataSource The JDBC data source is an object bound to JNDI tree and provides database connectivity through a pool of JDBC connections.
    POSS Datasource Check this box if POSS is required. If you check this box, you need to specify the POSS Datasource Name in the field below this.
    OPSS CSF Available Indicate whether OPSS-CSF is installed or not.

    Note:

    Please choose this only if Oracle Platform Security Services - Credential Store Framework (CSF) is installed as per the guidelines in the pre-requisite document. It is recommended that you install CSF for safeguarding application specific security credentials.
    Distributed Schema

    If the schema is distributed, select ‘Yes’.

    If the schema is not distributed, select ‘No’.

    MSG IN LOG Required Choose Yes/No from drop down box.
    MSG OUT LOG Required Choose Yes/No from drop down box.
  10. Click ‘Next’. The following screen is displayed.

  11. Specify the field details.

    For more information on fields, refer the table below:

    Table 1-6 Property File Creation

       
    EJB Application Name Specify the name of the EJB application deployed.E.g.: GWEJB.
  12. Click ‘Next’. The following screen is displayed.

  13. Specify the filed details:

    For more information on fields, refer the table below:

    Field Description
    EJB JNDI Name

    If you build the EJB application with GWEJB name, this will create the name with which the EJB EAR file is built.

    If you select EJB Call Type as REMOTE, this will create ‘<EJB_APPLICATION_NAME>#com.ofss.fcubs.gw.ejb.GWEJBRemote. in ‘GW_WS_Prop.properties’ file

    Example:

    Weblogic/Websphere : GWEJB #com.ofss.fcubs.gw.ejb.GWEJBRemote

    Application Server URL

    Specify the URL of the application server where the webservice application is hosted.

    Example:

    Weblogic: t3://10.10.10.10:7001

    Or

    Websphere: iiop://10.10.10.10:2815

    User Name Specify the user name to access the application server where the EJB application is deployed.

    Example: infra

    Password Specify the password for the above user name.
    EJB Look Up Specify the EJB look up type from the drop down-list. The options are LOCAL/REMOTE
    Application Type
    Specify the Application Type from the drop down list:
    • If the Application type is ‘INTEGRATED’ then the EJB look up type should be select as ‘LOCAL
    • If the Application type is ‘INDIVIDUAL’ then the EJB look up type should be select as ‘REMOTE’ and EJB should configure in any server.(‘REMOTE’ only works with combination of EJB & GWWS )
    • The Installer creates two files viz. ‘gw_ws_logger.properties’ and ‘GW_WS_Prop.properties’ in the path provided to save the files.
    Click ‘Next’. The following screen is displayed.

    The property file will be created in a temporary folder.
  14. Click ‘Property File’ to view the created property file.
  15. Click ‘Save’ to the save the created property file in desire location.
  16. Click ‘Continue’ to continue the installation process with gateway application type.
  17. Click ‘Next’ to navigate to the installer home screen.
    The property file will be created in the specified folder.
  18. If Application Server is "Websphere" and EJB Look Up is "REMOTE", change below entry in GW_WS_Prop.properties:
    EJB_CTX_FACTORY=weblogic.jndi.WLInitialContextFactory
    to
    EJB_CTX_FACTORY=com.ibm.websphere.naming.WsnInitialContextFactory
    For Gateway WS EAR Building refer ‘OBTF_EAR_Building document’