Using WS-Security with JAX-WS

10.5k views Asked by At

Let's pretend all I have is emacs. I want to implement a web service that uses WS-Security with JAX-WS. Does anyone know of a good example of implementing a client that does not rely on tools like Netbeans?

Thanks

1

There are 1 answers

0
jtahlborn On

The metro stack (which is the reference implementation for jaxws) has a pretty detailed guide, and pretty much all the examples have "with netbeans" and "without netbeans" versions (e.g. i think sections 13/14 are what you are looking for). I know this because I've done a lot of this with emacs myself. (Note, the metro stack has some enhancements not in the base JDK, so you might need to use it specifically to get that stuff working).