IM-BIS for Accel Platform / System Administrator Guide

Initial version 2014-01-01

«  Auto numbering rules definition   ::   Contents   ::   List display pattern definition  »

Datasource definition

Datasource type: Register the datasource definition of tenant DB query

  1. Click “Site map” -> “IM-BIS” -> “System administrator” -> “Master Maintenance” -> “External linkage” -> “Datasource definition”.

  2. Click “Add” on “Datasource - List” screen.

    ../../_images/tenant_1.png
  3. Select “Group DB query” in datasource type.

    ../../_images/tenant_2.png
  4. Click “Add” after entering datasource name and remarks.

    ../../_images/tenant_3.png
  5. Enter the SQL to be executed.

    ../../_images/tenant_4.png
  6. Set the input value matching with ”?” when ”?” is used in WHERE clause of SQL.

    ../../_images/tenant_5.png
  7. Set the output value matching with the column set in SELECT statement of SQL.

    ../../_images/tenant_6.png
  8. Click “Run the test” after entering the value for test in “The value to test”.

    ../../_images/tenant_7.png
  9. The following message is displayed when the test is successful.

    ../../_images/tenant_8.png
  10. Click “Add” after confirming the contents.

    ../../_images/tenant_9.png
  11. Added to “Datasource - List” as shown below if registered normally.

    ../../_images/tenant_10.png

Datasource type: Register the datasource definition of shared DB query

  1. Click “Site map” -> “IM-BIS” -> “System administrator” -> “Master Maintenance” -> “External linkage” -> “Datasource definition”.

  2. Click “Add” on “Datasource - List” screen.

    ../../_images/shared_1.png
  3. Select “System DB query” in datasource type.

    ../../_images/shared_2.png
  4. Click “Add” after entering datasource name and remarks.

    ../../_images/shared_3.png
  5. Select connection ID.

    ../../_images/shared_4.png
  6. Enter the SQL to be executed.

    ../../_images/shared_5.png
  7. Set the input value matching with ”?” when ”?” is used in WHERE clause of SQL.

    ../../_images/shared_6.png
  8. Set the output value matching with the column set in SELECT statement of SQL.

    ../../_images/shared_7.png
  9. Click “Run the test” after entering the value for test in “The value to test”.

    ../../_images/shared_8.png
  10. The following message is displayed when the test is successful.

    ../../_images/shared_9.png
  11. Click “Add” after confirming the contents.

    ../../_images/shared_10.png
  12. Added to “Datasource - List” as shown below if registered normally.

    ../../_images/shared_11.png

Datasource type: Register the datasource definition of SOAP

  1. Click “Site map” -> “IM-BIS” -> “System administrator” -> “Master Maintenance” -> “External linkage” -> “Datasource definition”.

  2. Click “Add” on “Datasource - List” screen.

    ../../_images/soap_1.png
  3. Select “SOAP” in datasource type.

    ../../_images/soap_2.png
  4. Click “Add” after entering datasource name and remarks.

    ../../_images/soap_3.png
  5. Enter the Web service address used in “Datasource - Edit [SOAP]” in “WSDL url”.

    ../../_images/soap_4.png
  6. Click “Read”.

    ../../_images/soap_5.png
  7. “Reading the wsdl succeeded.” message is displayed when read correctly.

    ../../_images/soap_6.png
  8. Set port and operations.

    ../../_images/soap_7.png
  9. Click “Add” after checking that the request and response matching with the selected port and operation is displayed.

    ../../_images/soap_8.png
  10. Added to “Datasource - List” as shown below if registered normally.

    ../../_images/soap_9.png

Datasource type: Register the datasource definition of REST

  1. Click “Site map” -> “IM-BIS” -> “System administrator” -> “Master Maintenance” -> “External linkage” -> “Datasource definition”.

  2. Click “Add” on “Datasource - List” screen.

    ../../_images/rest_1.png
  3. Select “REST” in datasource type.

    ../../_images/rest_2.png
  4. Click “Add” after entering datasource name and remarks.

    ../../_images/rest_3.png
  5. Set “URL of REST”, “URI”, “Method”, “Return format”, “Return character code”.

    ../../_images/rest_4.png
  6. Click “Add” in “Request”.

    ../../_images/rest_5.png
  7. Set “HEADER”, “Parameter”, “Data type”, “Parent object”.
    Specify the “Format” when data type is “Date”.
    ../../_images/rest_6.png
  8. Repeat the steps 6~7 and set the required request parameters.

    ../../_images/rest_7.png
  9. Click “Add” in “Response”.

    ../../_images/rest_8.png
  10. Set “Field”, “Data type”, “Parent object”.
    Specify the “Format” when data type is “Date”.
    ../../_images/rest_9.png
  11. Repeat steps 9~10 and set the required response field.

    ../../_images/rest_10.png
  12. Click “Add” after setting the required information.

    ../../_images/rest_11.png
  13. Added to “Datasource - List” as shown below if registered normally.

    ../../_images/rest_12.png

Datasource type: Register datasource definition of JAVA

  1. Click “Site map” -> “IM-BIS” -> “System administrator” -> “Master Maintenance” -> “External linkage” -> “Datasource definition”.

  2. Click “Add” on “Datasource - List” screen.

    ../../_images/java_1.png
  3. Select “JAVA” in datasource type.

    ../../_images/java_2.png
  4. Click “Add” after entering the datasource name and remarks.

    ../../_images/java_3.png
  5. Click “Class file list”.

    ../../_images/java_4.png
  6. Click “Select” of file set from “Execution file list”.

    ../../_images/java_5.png
  7. Enter the fully qualified class name of the class included in the file set in “Execution class”.

    ../../_images/java_6.png
  8. Click “Read”.

    ../../_images/java_7.png
  9. Select the method to be used from the methods displayed after reading is successful.

    ../../_images/java_8.png
  10. Click “Add” in “Request”.

    ../../_images/java_9.png
  11. Set “Parameter”, “Data type”, “Parent object”.
    Specify the “Format” when data type is “Date”.
    ../../_images/java_10.png
  12. Repeat steps 10~11 and set the required request parameters.

    ../../_images/java_11.png
  13. Click “Add” in “Response”.

    ../../_images/java_12.png
  14. Set “Parameter”, “Data type”, “Parent object”.
    Specify “Format” when data type is set to “Date”.
    ../../_images/java_13.png
  15. Repeat steps 13~14 and set the required response parameters.

    ../../_images/java_14.png
  16. Click “Add” after setting the required information.

    ../../_images/java_15.png
  17. Added to “Datasource - List” as shown below if registered normally.

    ../../_images/java_16.png

Note

Since the BIS business administrator uses the registered datasource definition, add to administration target of administration group according to the procedure of following link destinations after registration.

Methods of setting hierarchical request parameters and response fields

When the settings of parameter fields to be called are in hierarchical structure, set by matching with the hierarchy specified in call destination.
The setting example of definition of parameter field in hierarchical structure and datasource definition is as shown in the following figure.
../../_images/response_tree.png
If set in the above format, display by hierarchizing in tree format in data mapper.
../../_images/dm_tree.png

Note

The parameter field set without entering name in response, is displayed as follows in data mapper.
  • Display as “OBJECT” when data type is “object”.
  • Display as “ARRAY” when data type is “array”.
  • Display as “VALUE” when data type is any of the “string”, “number”, “date”, “boolean”.

«  Auto numbering rules definition   ::   Contents   ::   List display pattern definition  »