handleSWIFTNetServerFASnFEvent and handleSWIFTNet7FileActEvent Business Processes

The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process is used by the SWIFTNet Server. It is a system business process called by the SWIFTNet Server Adapter or SWIFTNet7 Adapter that preprocesses the incoming FileAct Event with a COMPLETED status, searches the SWIFTNet routing rule table and bootstraps the business process for processing.

When a message is received, the message is parsed and then the routing rule will be evaluated.

  • If Action = Store to Mailbox, the Routing Rule calls the Add Mailbox service. If the mailbox does not exist, it will be automatically created.
  • If Action = Store to File System, the Routing Rule calls the File System Adapter. If the directory does not exist, it will be automatically created.
  • If Action = Invoke BP, the specified business process is invoked.
Note: These business processes are used for FileAct processing only.

The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process is initiated as part of the following inbound process flow:

  1. The SWIFTNet Server Adapter or SWIFTNet7 Adapter invokes the handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process and passes it all the necessary parameters to send a request.
  2. The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process preprocesses the incoming FileAct event.
  3. The handleSWIFTNetServerFASnFEvent or handleSWIFTNet7FileActEvent business process searches the SWIFTNet Routing Rule table.
  4. Then the business process bootstraps the appropriate business process for processing.