Access Authentication from Javax-jws web service?

Maybe the simplest way is to exchange authentication token between your clients and your WS. The first client call would be an authentication. The WS would return the token that is to be passed in all the following calls for the client credentials.

You can set an expiration time on the token. You can use the SOA header properties for that With this approach the advantage is that your WS does not have to repeat the authentication/authorization procedure over and over again, and gives you the full advantage of controlling who's using the application.

. I was looking for the same answer.. can you explain a bit more about implementing this.. Thanks – tom Feb 9 at 12:25.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions