aspose file tools
The moose likes Web Services and the fly likes Java client calling ssl web service on WAS7 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Java client calling ssl web service on WAS7" Watch "Java client calling ssl web service on WAS7" New topic
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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Java client calling ssl web service on WAS7
 
Similar Threads
javax.xml.ws.WebServiceException: Failed to access the WSDL
javax.xml.ws.Service problem
javax.xml.ws.Service problem
Webservice goes down after redeploy
CertificateException: No name matching <hostname> found.