Webservice that I suppose to access is deployed in Websphere Application Server 7 and it is running on http/https protocol with self signed certificates on remote Linux machine.
I have created java client using the stub generated by axis2 engine. It is working pretty well with http protocol.
To access the same webserice using https, I know we have to specify keyStore, keyStoreType, trustStore and trustStoreType using System.setProperty() method.
Could someone please let me know how to get/generate the keyStore/trustStore files to be used in my client java code?