Hello, I am working on implementing a web service that is expected to support multiple security mechanisms. One of them is a session token that my service is expected to use in communicating with another web service. I expect that I should implement the TokenIssuer interface but I'm very vague on how to do that. My second question, assuming I get this service to work, how can my application get hold of this token, since it needs to be included in communication with the remote web service. TIA,
-a