2

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:

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?
user1379574
  • 689
  • 4
  • 11
  • 23

1 Answers1

0

Take a look at other answer:

https://stackoverflow.com/a/13979272/660990

I advise you to go with Metro and WS-Security standards.

Community
  • 1
  • 1
lpinto.eu
  • 2,077
  • 4
  • 21
  • 45