I am sending an HL7 message from a BPL transform operation to a business operation that uses EnsLib.HL7.Operation.FileOperation.
The context is that our application queues up outbound data that the business service polls every minute. The objects in the queue are sent to the business process to transform and then to the operation to send outbound. My goal is to have the business operation inform the business process (by a response) that the message was sent and what the message identifier is.





