aspose file tools
The moose likes Web Services Certification (SCDJWS/OCPJWSD) and the fly likes Securing jax-ws service on glassfish 3. Good approaches Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Web Services Certification (SCDJWS/OCPJWSD)
Reply Bookmark "Securing jax-ws service on glassfish 3. Good approaches" Watch "Securing jax-ws service on glassfish 3. Good approaches" New topic
Author

Securing jax-ws service on glassfish 3. Good approaches

seniya brown
Greenhorn

Joined: Jul 26, 2012
Posts: 1
I have a jax-ws soap web service (implemented NOT like Session bean) generated in NetBeans from wsdl. Deployed on Glassfish 3.1.2. I want to secure access to it using mutual certificate authentication usig SSL and https. I have read a lot of articles and books. As I understood there are several variants:

use OpenSSL (unfortunately it fails during deployment, I can show stacktrace if needed);
use http://www.ibm.com/developerworks/java/library/j-jws10/index.html [Jax-ws metro security]
I have the following questions:

What is the best and the most adequate method? May be you can advise me anything else?
Could you show me a good tutorial which includes every step (generating certificates, modifying source code, config Glassfish)?
And why web service security is considered different from simple web apps security?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Securing jax-ws service on glassfish 3. Good approaches
 
Similar Threads
Help regarding web service security
Authentication between JAX-WS RI components
web service framework for beginners
non-SOAP axis2 web service
Needed Web Service help