Inserting the Header Validation Module in the Module Processor
Use
The Integration Server transforms the incoming sender protocol message into the XI message format. The header validation module when added to an adapter validates the XI header parameters against the parameter values you configure in the communication channel.
You configure the header validation module and parameters in the module tab of the communication channel for the adapter.
Prerequisites
- You have configured a communication channel and are on the Module tab page in change mode.
- You have selected the option Validation in the adapter in the sender agreement.
More information: Sender Agreement
Procedure
Entering the Module Information in the Processing Sequence
- Enter the module name XiHeaderValidationBean before the module name of the adapter.
- Enter module type as Local Enterprise Bean .
Entering Parameter Names and Values in the Module Configuration
- Enter values of type string for the following configurable parameters in the module:
- SenderParty
Name of the sender party in the incoming message
- SenderService
Name of the sender communication component in the incoming message
- Interface
Name of the sender interface
- InterfaceNamespace
Namespace of the sender interface
- ReceiverParty
Name of the receiver party in the incoming message
- ReceiverService
Name of the receiver communication component in the incoming message
- SenderParty
Error Handling
During validation, if the adapter detects errors in the XI message header, it creates an entry in the log and then alerts the Integration Server.
The RNIF and CIDX adapters send exception signals to the sender party.