4.6 Configuring Feedback Response to Source System Using Web Service Call

This section outlines the mandatory steps for configuring a feedback response to the source system using a web service call, which is required when applying CRR. Configuration of the web service in OFSCRR is mandatory.

To configure the feedback response to source system using web service call, follow these steps:
  1. Log in to the Atomic schema.
  2. Execute the following query
    update appln_parameters set V_ATTRIBUTE_VALUE4 = <http://<hostname>:<port>/<context>/ecmcrr-rest-api> where t.n_param_identifier=2;
    For example,
    http://<hostname>:<port>/<context>/ecmcrr-rest-api
  3. To configure for WebLogic server, in the /domains/<SetupName>/config/config.xml path insert the following line.
    <enforce-valid-basic-auth-credentials>false</enforce-valid-basic-auth-credentials>
    in the
    <security-configuration></security-configuration>
    tag.
    For example, refer to the following image.

    Figure 4-1 Security Configuration


    Security Configuration