Designing the Near Real Time Route Type

You must create an XAI Route Type. The route type identifies the sender for routing the message and the XSL transformation script required to transform the request into a format expected by the sender.

If the sender supports synchronous communication, you must check the Receive Acknowledge and Post Response flags to successfully process the response. Our scenario indicated that we expect an asynchronous response so we'll leave these flags unchecked.

Note: Routing Optional. If the message does not require routing, you are not required to define an XAI route type.