Hi, I'd like to retrieve the X509 certificates from the client request. WIth the ServletRequest I simply get the attribute:
X509Certificate[] cert = (X509Certificate[])
req.getAttribute("javax.servlet.request.X509Certificate");
How can I do it in Axis?
I'd like to develop an Handler to achieve this.
Anyone has done it before?
Thanks a lot for any tip!
-- Ivan
