Address Cleanse Using CUSTOM SoT
This section shows how the address cleanse process utilises the CUSTOM SoT to validate a single contiguous address input.
Enable the CUSTOM Validation Module
Note that this is a separately licensable module. Add the below snippet in Harmony_home/config/scrubbing/scrubbing_pdp.xml to enable the custom validation.
<msi:pdp msi:model="ADDRESS_DATA">
<msi:pdp-name>CustomValidationTUI</msi:pdp-name>
<msi:pdp-class>com.mastersoft.harmony.customvalidation.pdp.CustomValidationPDP</msi:pdp-class>
</msi:pdp>
You can then assign the new PDP above to the tui-custom-role like so:

Cleanse an Address via Harmony Management Console
You can then check using the Harmony Management Console if the module is working accordingly.

Sample SOAP Request and Response
Last updated