This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Web Services and the fly likes Securing JAX - WS webservice 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 » Java » Web Services
Reply Bookmark "Securing JAX - WS webservice" Watch "Securing JAX - WS webservice" New topic
Author

Securing JAX - WS webservice

amit kela
Greenhorn

Joined: Aug 31, 2009
Posts: 3
Hi All ,

I am a newbie to webservices and security , we have a webservice implemented in JAX-ws that we want to make it secure .
I have couple of questions ,

1. What all options are there to make my web service secure
2. Which will the best option and why.
3. As I am using eclise IDE is it possible for me to do all configuration using eclise.


Thanks in Advance,

amit
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!

1. I don't know if I can tell you about ALL available options, but some are:
- HTTP Basic security.
- HTTPS
- WS-Security
2. This depends on your requirements. Without requirements it is almost impossible to say anything.
3. Yes, probably, but you may have to write quite some XML.
NetBeans, for instance, has much better support for editing WS-Policy files and WSIT configuration files but this does not mean it cannot be done in Eclipse.
Best wishes!
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Securing JAX - WS webservice
 
Similar Threads
I need to write a client for Testing the SEI implemented as stateless session bean
Why JAX-WS over JAX-RPC + JAXB
JAX WS Web Service
Mking a webservice secure
sending pdf or any attachment from a java webservice to java client using JAX-WS and SAAJ