I have been trying to get already encoded msgs that are on a database (mySQL) and send them to a listener. I can't manage to find a way to send them for some reason.
if anyone has done this or know how to please help!
I've tried the message.rawData and also message.encryptedData
with scripts like this one or variants of the same:
also tried to use ${message.encodedData} and HL7 builder to pass the "msg['MSG']" but to no use.
What I find interesting is that after starting the channel there are no packages on the statistics, no errors on the logs and no errors on the console screen.
- we use linux here.
if anyone can help, please reply.
Best regards to all.
if anyone has done this or know how to please help!
I've tried the message.rawData and also message.encryptedData
with scripts like this one or variants of the same:
Code:
var tmsg = er7util.ConvertToXML(msg['MSG']); hl7_xml = tmsg; message.encodedData = tmsg; return true;
What I find interesting is that after starting the channel there are no packages on the statistics, no errors on the logs and no errors on the console screen.
- we use linux here.
if anyone can help, please reply.
Best regards to all.
Comment