| Author |
Web Service Security with TLS
|
Sumeet Chakraborty
Ranch Hand
Joined: Feb 05, 2009
Posts: 45
|
|
Hi All
Can anyone help me to understand the steps to implement Transport Layer Security (Handshake) in a web service application ? I think I should implement this code in my JAX-RPC program, but I am not getting how to do this. Please help.
Thanks
|
 |
Christian Nicoll
Ranch Hand
Joined: Mar 09, 2008
Posts: 106
|
|
Hi Sumeet,
I'm not very familiar with JAX-RPC but I would assume that you can build there a webservice from a servlet base, perhaps also form an EJB. If you use the servlet approach then you 'll have a deployment descriptor, the web.xml.
In this xml-file you can configure transport layer security by specifing a transport-guarantee tag:
Best regards,
Christian
|
SCJP 5, SCJD 5, SCWCD 5, SCBCD 5, SCJDWS 5
My SCBCD-Notes - My Hello World Webservice
|
 |
 |
|
|
subject: Web Service Security with TLS
|
|
|