| Author |
Java client calling ssl web service on WAS7
|
vik ar
Ranch Hand
Joined: Jul 31, 2009
Posts: 104
|
|
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?
|
 |
vik ar
Ranch Hand
Joined: Jul 31, 2009
Posts: 104
|
|
I have changed my client as follows (note - client and server are on same host)
Now I am getting the same issue as before - The certificate issued by ... is not trusted?
|
 |
vik ar
Ranch Hand
Joined: Jul 31, 2009
Posts: 104
|
|
|
solution here: http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14253079
|
 |
 |
|
|
subject: Java client calling ssl web service on WAS7
|
|
|