Forum
>
import certificate in java and generating proxies ...
Welcome, Guest

import certificate in java and generating proxies in windows
Topic Normal import certificate in java and generating proxies in windows
by dhanendra on 10/20/2009 16:46

keytool -list -keystore "<Java Home>/jre/lib/security/cacerts"

For windows we need to use default store or else the things will not work.

 to importcertificate in java default keystore

keytool -import -trustcacerts -alias youralias -file certificatepath -keystore

"defaultkeystorepath"

 

now fire the below command to generate proxies

java org.apache.axis.wsdl.WSDL2Java -U username -P password wsdlfilelocationlink
l