0 Replies Latest reply on Jan 23, 2012 3:01 PM by spyhunter99

    Http digest authentication

    spyhunter99

      I'm trying to switch from HTTP basic to digest in order to resolve the .NET 505 error, version not supported (not sure if this will fix the problem or not).

       

      Is there anything special I need to do for JAX-WS clients to access to a JAX-WS service that is protected at the container level (jboss 6) with DIGEST authentication?

       

      My browser can access the service after password entry with no problem.

       

      The JAX-WS clients have the username and password added the the binding provide context and nothing else (no special configuration files).

       

      After changing to digest, the JAX-WS clients now no longer work at all.

      The .NET clients (after updating the configuration to use digest auth) are returning 505 error messages.