3 Replies Latest reply on Apr 12, 2012 12:21 AM by abhi0123

    How to authenticate a standalone client for a secure EJB3 WebService?

    abhi0123

      I have a WebService implemented as EJB3 Endpoint. Some methods in the service are secured using @RolesAllowed. How can I authenticate a standalone client against the service and invoke the secure methods successfully? I've found a solution for a pure EJB here but don't think that the same would work for the WebService invocation.