Hi All,
Can somebody please point me to any resources where I can find how can I write Web Service client using Apache Axis which connects to https URL?
I have found some which are doing
and
and then using SOAPHttpConnection and Call Interface to make
SOAP call. But I can not use System.setProperty as our system environment does not allow that. So, what else can I use? I found examples to use KeyStore and KeyManagerFactory classes but I am not sure how can I use them with Axis?
Any help will be appreciated.
Thanks in advance