5.3.1 Enabling or Disabling a Web Service

By default, every web service is enabled. You can change the message configuration by disabling a web service. When you do this, the selected web service is not evaluated. To enable or disable one or more web services, replace the [WEBSERVICE_IDS] placeholder with the corresponding web service ID. The web services and the corresponding IDs are shown here:

Table 5-4 Web Services in Transaction Filtering

Web Service Web Service ID
Name and Address Name and Address
BIC BIC
Country and City Country and City
Narrative or Free Text Information Narrative or Free Text Information
Port Screening Port Screening
Goods Screening Goods Screening
To disable all the web services, replace the [WEBSERVICE_IDS] placeholder with 1, 2, 3, 4, 5, 6 in the following command:
UPDATE FSI_RT_MATCH_SERVICE SET F_ENABLED = 'N' WHERE N_WEBSERVICE_ID IN ([WEBSERVICE_IDS])

To enable all the web services, change N to Y.