Posted: Thu May 17, 2007 12:11 am Post subject: Pipe delimeted message over tcpip
Acolyte
Joined: 18 Oct 2006 Posts: 65
I have previously used the tcpip nodes for receiving HL7 message on a port and implemented it successfully with the delimiter on the incoming port being '\x1c'.
The problem I am having now is that I need to receive a message of the following type over a tcp port:
|<Data>|<Data>|<Data>|<Data>|<Data>|<Data>|
Setting the delimiter on the node to a pipe (\x7c) results in each data section being put on a queue which is quite correct. I have tried and tried to set it to line feeds, carriage returns etc etc but I just cant seem to get the message as a whole. There doesn't seem to be anything wrapping the message, any ideas?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum