Re: [HAPI-devel] Couldn't send message in XML

2010-07-17 Thread Jens Villadsen
That is because you are missing a return acknowledgment in your "RecieverApplication". What you probably should do is to call generateAck and then return the outcome of that. It has nothing to do with the XML parsing. Take a look at the example code: *import java.io.IOException; import ca.uhn.hl7

[HAPI-devel] Couldn't send message in XML

2010-07-16 Thread YILDIRAY KABAK
Dear all, In my implementation, I have client and server, and the client send ORU R01 (v2.5) messages to the server. The messages are exchanged successfully when using PipeParser. I suppose PipeParser send messages in "|" delimited format. However, in my implementation the client and server need t