Hi. I am trying to develop a simple standalaone
java app which makes a call to a web service secured by ssl on WAS7. Initially I was getting the exception java.lang.ClassNotFoundException: com.ibm.websphere.ssl.protocol.SSLSocketFactory. After following advice
here I added following two lines of code to my app
Then i got the exception
I then created a self signed certificate for the WAS7 on which the web service is deployed using ikeyman.bat as specified
here and added the following line of code to my app to point to the certificate:
I am now getting the exception:
Any ideas where I am going wrong?