2 Replies Latest reply on Jan 25, 2010 6:21 AM by massios

    WS Security on ESB 4.6 - 4.7

    massios

      Hello,

       

      I am trying to implement authentication for a web service that is created using the EBWS on ESB 4.6. After some trying I ended up to the BaseWebService class and I noticed that it does not extract the security information from the SOAP header.

       

      I then noticed that ESB 4.7 provides this functionality in the BaseWebService (I have still to try it on 4.7).

       

      Has anyone successfully implemented WebService authentication on 4.6 using the EBWS or do I

      a) have to switch to 4.7

      b) or switch to using the alternative of using an annotated java service and the SOAPProcessor?

       

      Nikos.

        • 1. Re: WS Security on ESB 4.6 - 4.7
          beve

          Hi Nikos

           

          I then noticed that ESB 4.7 provides this functionality in the BaseWebService (I have still to try it on 4.7).

          You are spot on. This was added for the 4.7 release by this jira.

          Is upgrading to 4.7 an option for you? If it is please try your use case with ESB 4.7.

           

          Regards,

           

          /Daniel

          • 2. Re: WS Security on ESB 4.6 - 4.7
            massios

            Hello Daniel,

             

            I tried WS-security using ebws on 4.7 and it worked.

             

            Thanks,

             

            Nikos.