I am trying to set up a bidirectional interface to Sunquest. So far, I’ve been able to mock up a query request message (QRY^R02) and get a response from Sunquest. But now i am having trouble routing the returned message. I’m getting an error in Cloverleaf that the returned message is an invalid response. i assume its waiting for an ACK, but getting a R04 instead.
Can anyone please help me be able to configure my thread to be able to receive that R04 message and route it to a downstream system?