You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Yogesh Sagar <yo...@gmail.com> on 2012/02/10 19:11:48 UTC

Client Certificate Info

Hello,

I am trying to access a client certificate within a SOAP request. I
understand that you need to get hold of "HttpServletRequest" object and
then grab the request attribute from it which is not working because the
"HttpServletRequest" object is null. In my scenario, I have Axis2 set up as
a standalone service (not deployed on Servlet container). How would I get
access to client certificate?

Any help or tips is much appreciated.

Thanks and Regards,
Yogesh