I have an LLP listener which seems to work fine unless an incoming HL7 message has a blank line in it, in which case Mirth appears to split the message, parses the first part as best it can, then errors out on the second part since it isn't a valid HL7 message by itself.
Any thoughts on how to get around this? I've tried "Wait for End of Message Char" and that doesn't seem to help.
If you need a sample HL7 message, let me know, but it looks to me as if any blank line in a given HL7 message will cause this.
Any thoughts on how to get around this? I've tried "Wait for End of Message Char" and that doesn't seem to help.
If you need a sample HL7 message, let me know, but it looks to me as if any blank line in a given HL7 message will cause this.
Comment