This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes JAX-WS RI 2.1 Authantication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAX-WS RI 2.1 Authantication" Watch "JAX-WS RI 2.1 Authantication" New topic
Author

JAX-WS RI 2.1 Authantication

John Landon
Ranch Hand

Joined: Sep 25, 2008
Posts: 221
Hi,
I have web service written with JAX-WS RI 2.1. I would want an easy authentication.
So not any client that knows the url would be able to access the data that the web service provide.
Can you give me a direction?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35438
    
    9
The standard way to add authentication to WS is by way of the WS-Security standard. Check out the Metro SOAP implementation, it integrates JAX-WS with WS-Security.


Android appsImageJ pluginsJava web charts
 
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: JAX-WS RI 2.1 Authantication
 
Similar Threads
Having Problem in sending mail
xsd for rmi xml web service
difference between web services clients results in one error(AXIS) in one success(JAXWS)
JAX-WS RI 2.1 where do I put timeout code?
Stateful Web Service