Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COI have transport.hl7.AutoAck=false and HL7_RESULT_MODE=ACK. So I am expecting ack from downstream application to be returned back to the user. The user still gets default ack, while WSO2 receives ack from the downstream app and logs it through log mediator and I get exception on console indicating the downstream ack could not be returned to the user as I didn't specify EPR in my send mediator of out sequence. How do I address this? If you can give me a proxy service xml example which shows direct proxy of downstream HL7 app with true ack being returned to the user then that would be great help
      singulars
    2. COHi .. I think I just understood your requirement .. you want the HL7 ACK message returned from an external application to be returned from the proxy service .. we do not support that at the moment .. it is the responsibility of the sequence to signal the ESB on how to create a suitable message and response, either an ACK or NACK. So for the moment, what you can do is, check the message returned from the downstream application to see whether it is an ACK or NACK and set the message context appropriately to let the ESB response with the correct message.
      singulars
    3. COAlso, to satisfy your requirement properly, basically which is to support just pass through HL7 messages using the ESB, the code that needs to be changed is, to put an "else" block to the outer most if/else statements that is there in the method, and put similar type of code you mentioned. So with this, basically the last statement saying "Application Error, ACK/NACK to mentioned" would be removed. Can you please create an issue for this as an improvement, so we can check this and fix this properly.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload