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
 
Processing Rules
 
Services Invoked by Processing Rules
Module for EDIINT provides processing rules for EDIINT transport-level processing. If you want to do business-level processing on the payload of the EDIINT document, you need to:
*Configure Module for EDIINT to submit the payload to Trading Networks. For instructions, see Configuring Whether Trading Networks Is to Process Payloads.
*Create your own processing rules to process the payloads. For information about creating processing rules, see the webMethods Trading Networks Administrator’s Guide for your release.
The following table describes the processing rules provided for EDIINT transport-level processing. For more information about the corresponding services for each processing rule, see Services Invoked by Processing Rules.
Processing Rule Name
Description
EDIINT Process Message
Trading Networks invokes this processing rule for inbound EDIINT documents. This processing rule invokes the wm.EDIINT.rules:processMsg service to process the inbound EDIINT document.
EDIINT Process MDN Message
Trading Networks invokes this processing rule for inbound EDIINT MDNs. This processing rule invokes the wm.EDIINT.rules:processMDN service to process an inbound MDN message.
EDIINT Send Message
Trading Networks invokes this processing rule for outbound EDIINT documents. This processing rule invokes the wm.EDIINT.rules:sendMsg service to initiate the sending of an outbound EDIINT document.
EDIINT Send MDN Message
Trading Networks invokes this processing rule for outbound EDIINT MDNs. This processing rule invokes the wm.EDIINT.rules:sendMDN service to initiate the sending of an outbound EDIINT MDN message.
EDIINT Process Message - Persist in File system
Trading Networks invokes this processing rule for inbound EDIINT documents that are to be persisted in the file system. By default, inbound EDIINT documents are persisted in the Trading Networks database. This processing rule invokes the wm.EDIINT.rules:processMsg_persistPayload service to process an EDIINT document and persist it in the file system that the user configured.
Important:
With the exception of providing the value for payloadDir in the EDIINT Process Message - Persist in File system processing rule, you should not modify or customize these processing rules in any way.