Mirth: Transforming a response message in a separate Channel and returning it to original channel
Posted
by Ryan H
on Stack Overflow
See other posts from Stack Overflow
or by Ryan H
Published on 2010-03-15T19:06:01Z
Indexed on
2010/03/15
19:09 UTC
Read the original article
Hit count: 1920
I have a channel that takes HL7v2 message and converts it to HL7v3. It invokes a SOAP web service and receives a response in HL7v3. I need to convert that response back to HL7v2.
Currently: I "Send Response to:" my second channel. That can convert it fine back to HL7v2, but it doesn't seem to return a response message.
I want that second transformation to be the response to the initiator which is an LLP Listener.
© Stack Overflow or respective owner