Enabling end user asynchronous output requests
You can easily implement the CONNECT, RESUME TPIPE, READ, ACK/NAK, and DISCONNECT functions on the client application's screen with the buttons on the graphical user interface.
- Create a CONNECT button.
- Create a RESUME TPIPE button to send a RESUME TPIPE call to IMS Connect. IMS Connect will then send a RESUME TPIPE request to OTMA.
- Create a READ button to issue a TCP/IP READ request. OTMA will send a message to IMS Connect following the RESUME TPIPE or ACK response.
- Create an ACK/NAK button.
- You can also combine the READ and ACK requests into a single button that issues the READ request, then sends an ACK on receiving the message.
- Create a DISCONNECT button.