Announcement

Collapse

Mirth Connect 4.3.0 Released!

Mirth Connect 4.3.0 is now available as an appliance update and on our GitHub page.

This is a major release containing new features like adding new functionality to the Mirth Connect Setup Wizard, adding the ability for resource and channel-specific classloaders to load child-first or parent-first, and added a default implementation of the getObjectsForSwaggerExamples() method in the ServicePlugin class. This release also contains enhancements for the Mirth Connect Administrator Launcher, the Mirth Connect Docker images, and several bug fixes and security improvements.

Download | See What's New | Upgrade Guide | Release Notes

For discussion on this release, see this thread.
See more
See less

SOAP sender and ACKs

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SOAP sender and ACKs

    I have a outbound channel database reader to soap sender.
    The SOAP sender invokes a function with the HL7 message and the web service returns HL7 ACK XML encoded message.
    I want to update the database HL7 message status when I receive this ACK message.

    I don't know how to do this.

    Any idea?



  • #2
    Re: SOAP sender and ACKs

    I *think* you can set up a filter/transformer to catch the ACKs on the same LLP channel that you send on. Most HL7 recievers send ACKs back on the same port that they recieved the message on (ie you send to port 6661 it sends acks to your port 6661). Once you recieve the ACK packet its just a matter of running your SQL queries.

    Comment


    • #3
      Re: SOAP sender and ACKs

      How can I access in the filter to the ACK message received to know it is a ACK o NACK message (MSA register)?

      Comment


      • #4
        Re: SOAP sender and ACKs

        I want to know how to process the ACK messages received to update a status sent in my database.
        Is it possible?

        Comment


        • #5
          Re: SOAP sender and ACKs

          Well, I think that this issue is not implemented yet.



          In our case, this issue is necesary to use mirth in our project.

          Comment


          • #6
            Re: SOAP sender and ACKs

            We're introducing an architecture change in 1.3.3 that will allow for more complex routing patterns in Mirth. We are still working on the details, but it SHOULD allow for data from the SOAP request to go back to another Mirth channel for processing.

            1.3.3 is scheduled for the first week of Feb.

            -Chris
            Chris Lang

            Comment


            • #7
              Re: SOAP sender and ACKs

              Good. But we think that a great funcionality would be that the update SQL to database was made when the SOAP sender receives the ACK message.

              Comment

              Working...
              X