aspose file tools
The moose likes Web Services and the fly likes Best Practice with web service client certification Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Best Practice with web service client certification" Watch "Best Practice with web service client certification" New topic
Author

Best Practice with web service client certification

John Farrel
Ranch Hand

Joined: May 24, 2010
Posts: 65
I am developing on an application that is a client to many different web services, some requiring certification.

The web service client interfaces are coded in axis or jax-ws.

The question I have is, what's the cleanest solution to storing the certificates for the disparate web services?

Should I create a single keystore and add them all to it, then set the javax.net.ssl.keyStore property?

John
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Add all the certificates to the server's keystore.
Best wishes!


My free books and tutorials: http://www.slideshare.net/krizsan
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Best Practice with web service client certification
 
Similar Threads
Create web service using Eclipse
is the Study Guide (Exam 310-220) has been released
anybody plans to take BEA SOA Enterprise Architecture?
Public Webservices
Empty target namespace with axis1.2