Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To control the encoding type of incoming messages, set the Java system property "ca.uhn.hl7v2.llp.charset".

...

Anchor
appack
appack

Configuring application acknowledgement

In general, we don't wait for the back-end application's response before sending an "accept-acknowledgement" message to the client. If you do want to wait for the application's response before sending the message, define the following property in the InSequence:
<property name="HL7_APPLICATION_ACK" value="true" scope="axis2"/> 

...