1 Reply Latest reply on Aug 7, 2014 2:13 PM by kcbabo

    SOAP Over JMS

    vickirk

      Hi, I'm looking to create a component that exposes a SOAP service using JMS (via a queue) as the transport.  I can't find any examples or documentation on how to configure this in my swtichyard.xml file.

       

      Anyone done this?

       

      Regards, Vic

        • 1. Re: SOAP Over JMS
          kcbabo

          There is not a specific component that does this.  You would need to use a JMS service binding and then either:


          1) Parse out the SOAP envelope yourself in a message composer using SAAJ.

          2) Route the complete SOAP message to a SOAP binding which would then handle parsing the SOAP message.  An HTTP reference binding is probably the easiest way to handle that.