Hi!
I have a step-by-step guide on how to set up certificates for ordinary SSL and mutual authentication in my SCDJWS study notes, which you can find here: http://faq.javaranch.com/content/Exam-Objectives-5.pdf Take a look at section 8.3. Hope this is of any help!
Best wishes!
I came to new the Problem. The Prblem is in Java keystore. JDK is not able to load the keystore. that why i can call the web service through browser https. but not through my code..
So Please Tell me how to load the certificat in JDK or do I need to set any Security Policy for my code....
Becase when I check the system Property through java code... it gives null.
Hi, I run in this problem in an Jboss with some EARs previously deployed, after a lot of test I realize that the problem was the the System/ssl variables set by other EAR, so the fix is remove ssl properties before invoke Axis.