I've just entered in the Mirth Connect world.
I've some problem to generate a custom ACK for my applications.
Here how it must to work:
The channel must to receive HL7 v2 message, it transforms message, and sends it to 3 destinations:
1. File writer -> it write base64 file into a file
2. Database writer -> it write in my table the reference of the files, with other data.
3. Webservice writer -> it send some other data to a soap server, and get a response.
Step 1, 2, and 3 works... but at the end of the 3rd step, I must to collect some response data of the Webservice, and i must to create a custom Hl7 ACK for send back to the source.
I don't know how to read response from 3rd destination and create hl7 ack to send back to the source.
Can somebody help me in this!?
Thanks.