Module for EDIINT Version 8.2 SP1.November 2013 | Installing and Using EDIINT Module | Before You Can Transport Documents Using EDIINT | Trading Networks Objects Provided for EDIINT | Processing Rules | Services Invoked by Processing Rules
 
Services Invoked by Processing Rules
The following table describes the services that are invoked by the processing rules described in Processing Rules. All services are located in the wm.EDIINT.rules folder except for deliveryDocument, which is located in the wm.EDIINT.delivery folder.
Service
Description
Processing Rule that Invokes It
processMsg
Processes an inbound EDIINT document.
EDIINT Process Message
processMsg_persistPayload
Processes an inbound EDIINT document and stores it in the file system that the user configured.
EDIINT Process Message - Persist in File system
processPayload
Processes the payload of an EDIINT document.
If you configure Module for EDIINT to process payloads, the wm.EDIINT.rules:processMsg service invokes this service to submit the payload to Trading Networks. For more information about configuring the module to process payloads, see Configuring Whether Trading Networks Is to Process Payloads.
EDIINT Process Message
processMDN
Processes an inbound EDIINT MDN.
EDIINT Process MDN Message
sendMsg
Initiates the sending of an outbound EDIINT document.
EDIINT Send Message
sendMDN
Initiates the sending of an outbound EDIINT MDN document.
EDIINT Send MDN Message
deliveryDocument
Sends an outbound EDIINT document or MDN.
The wm.EDIINT.rules:sendMDN and the wm.EDIINT.rules:sendMsg services invoke this service.
EDIINT Send Message -AND- EDIINT Send MDN Message