Steve Cohen [http://community.jboss.org/people/stevecoh4] created the discussion

"Session-based web service with JBossWS?"

To view the discussion, visit: http://community.jboss.org/message/632857#632857

--------------------------------------------------------------
The web-service I need to develop needs to be session based.

That is to say, there is a login method which is secured by JAAS 
authentication.  If the user is authenticated, a session-id is returned which 
is provided to other methods which do not need to be authenticated, for as long 
as the session lasts, that is, as long as the session is found in the 
database.  In other words, each call is not a session unto itself, not just an 
atomic data operation, but part of a larger whole.

Is there any documentation on achieving this pattern and is it even possible 
with JBossWS?

Thanks.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/632857#632857]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to