0 Replies Latest reply on Mar 19, 2004 12:26 PM by mwiezik

    Avoiding webservice soap authentication

      Hi everybody,

      I've just created session bean webservice. It works fine till I switch on the security domain for my whole application. Although I didn't specify any security constraint for this particular ejb (no "security role" or "permission" in descriptors), invoking webservice from client ends with exception:

      java.lang.SecurityException: Authentication exception, principal=null

      Anybody has an idea how to disable this authentication? Maybe it's pointless? Thanks in advance for any advise/url.

      Notes:
      * I'm using jboss, jboss.net and xdoclet