How to access service using http authentication
The web service uses the HTTP Digest Access authentication protocol to authenticate the calls made to the SOAP APIs.The Web Service server implements the server side of the protocol described in RFC 2617 (http://www.ietf.org/rfc/rfc2617.txt).
How can a java client access this service? What kind of toolkit or api can I use ?
Thanks a lot if anyone can help.

