RosettaNet Module 7.1 SP2.October 2012 | Installing and Using webMethods RosettaNet Module | Installing and Using RosettaNet Module | Customizing Process Model Template | Required Process Model Modifications
 
Required Process Model Modifications
To customize a process model template, you must modify the steps to correspond to your system processing. The following table lists the steps that you must modify, along with a description of the modifications you must make. All the below steps are applicable to both Initiator and Fulfiller.
Process Model Template Step
Description of Modification
Receive Internal Document
Subscribe to a TN XML document type.
Receive External Document
Subscribe to a TN XML document type.
Outbound Map
Add an outbound mapping service to map your internal document to a RosettaNet PIP document.
Inbound Map
Add an inbound mapping service to map your RosettaNet PIP document to an internal document.
Send to Back-End
Add a service to send the business document to the internal system.
Process ACK
Add a service to process the acknowledgement, for example, send the ACK to another department in your enterprise or trigger another service.
Notification of Failure Handler
Add a service to process the Notification Of Failure (NOF). For example, to respond with a receipt acknowledgment, add the service pub.estd.rosettaNet:sendReceiptAck. To respond with an exception document, invoke, pub.estd.rosettaNet:sendException.
Exception Handler
Add a service to handle the exception condition, for example, to send an e-mail message.
It is not mandatory to modify the Error step. But, if you modify the Error step, you must invoke the pub.estd.rosettaNet:error in the service that you are going to specify for this step.