1 Reply Latest reply on Mar 10, 2014 11:53 AM by tcunning

    Handle Header Elements in the Jboss ESB Message

    suresh8221

      Hi Good Afternoon,

       

      We are using the Jboss ESB(soa-p-5.3.0.GA) for one of the project that we are working,

       

      The ESB will be getting the input message thru HTTP Provider

       

      when we got the SOAP Message over HTTP only the payload message is coming inside the Action Pipeline

      In order to do the end to end login for the application we are passing some data elements in the SOAP header but we are not able To capture this header elements in the Action process.

      Can some please help us in resolving this Issue

       

      Thank you,

      Suresh Veeravalli

        • 1. Re: Handle Header Elements in the Jboss ESB Message
          tcunning

          Hi Suresh,

           

          You're looking for a SOAP:Header, not a HTTP header?    And you're not seeing the soap header inside your envelope?  

           

          The http_gateway quickstart does a really similar thing using the httpgateway (rather than a http provider).     You might want to check that one out just to make sure you are sending the soap headers.