|
Correction: Digest Auth is NOT implemented
in Axis 1.2.1, but there’s a little helper class called SimpleHTTPSender
which a colleague got from some Microsoft sample code. If this class is
in the classpath, Axis 1.2.1 will use Digest authentication. The presence of this class is not enough
to get Axis 1.3 to use Digest Authentication, so I’m trying to figure out
if there is some way to configure Axis 1.3 to use it. Thanks. -Will From: Will Blanchard I am working on a java application that makes calls into a
web service implemented with .Net. The service requires Digest
authentication on its requests. It was working fine with Axis 1.2.1, but when I upgraded to
Axis 1.3, all my requests started using Basic authentication instead of Digest
authentication. Is there some way to enable Digest authentication on
requests made using Axis 1.3? Does anyone disagree that Digest
authentication was working for requests made using Axis 1.2.1? As far as I can tell, all I had to do to get Digest
Authentication for my Axis 1.2.1 requests was set credentials by calling
(org.apache.axis.client.Stub).setUsername() and
(org.apache.axis.client.Stub).setPassword(). Thanks. -Will |
- Digest Authentication in Axis 1.3? Will Blanchard
- RE: Digest Authentication in Axis 1.3? Will Blanchard
- Re: Digest Authentication in Axis 1.3? Anthony Bargnesi
- Re: Digest Authentication in Axis 1.3? Davanum Srinivas
