Discussion:
HL7-- ACK contained in body of HTTP Response
(too old to reply)
DMG_Chris_J
2009-07-23 15:34:01 UTC
Permalink
Hello!

I am sending HL7 to another company via HTTP. I have configured my
orchestration to send the message through a single send port.

I know that this other company generates an ACK and sends it in an HTTP
"Response" after I send them the HL7 message. I don't know how to setup a
port and filter that can "catch" this HTTP "Response," pull the ACK message
from it, and store it somewhere where I can see it.

Any help will be greatly appreciated!
DMG_Chris_J
2009-07-23 18:19:01 UTC
Permalink
Hey all. Just thought I'd let you know that I solved my problem.

Instead of sending the message on a simple send port, I sent it on a
Request-Response port, then added measures in my orchestration to handle the
response. I used the HL7 ACK_24 schema for the response message, then used
an HL7 Receive Pipeline on the HTTP end to receive the HTTP response, then a
straight pass-thru pipeline to deliver the response to a designated folder on
my server.

Sweetness.
Post by DMG_Chris_J
Hello!
I am sending HL7 to another company via HTTP. I have configured my
orchestration to send the message through a single send port.
I know that this other company generates an ACK and sends it in an HTTP
"Response" after I send them the HL7 message. I don't know how to setup a
port and filter that can "catch" this HTTP "Response," pull the ACK message
from it, and store it somewhere where I can see it.
Any help will be greatly appreciated!
Loading...