|
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
