Sending success message in HTTP response only when TCP destination return ack back. #4813
Unanswered
BforAzure2
asked this question in
Q&A
Replies: 2 comments
-
Post your try (code). What you likely missed is the fact a response transformer will not fire unless it is set to datatype raw. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Also on the forums at: https://forums.mirthproject.io/forum/mirth-connect/support/180098-sending-success-message-in-http-response-only-when-tcp-destination-return-ack-back |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Mirth Gurus,
We have a scenario where we are receiving HTTP in source (json) and sending it to a TCP/MLLP listener - Now the use case is, we want to send success response back to HTTP only when destination (MLLP) send us ack, otherwise want to send error response back to HTTP.
Tried different ways, like tried to catch ack in destination transformer code and wrote a conditional response to send back to HTTP but could't achieve the purpose. Can we get the step by step process in Mirth to achieve this please?
Beta Was this translation helpful? Give feedback.
All reactions