[jboss-user] [JBossWS] - Re: STATEFUL XML-RPC SERVICE

heiko.braun@jboss.com do-not-reply at jboss.com
Tue Dec 12 04:26:49 EST 2006


You can use WS-Addressing to manage to share state information with the client in a portable manner. Managing state on the application level still has to be done on your own. 

Take a look at the WS-Addressing examples:

http://labs.jboss.com/portal/jbossws/user-guide/en/html/wsaddressing.html

Basically all that needs to be happening is: 

1.) create some session token
2.) create addressing properties using this token
3.) associate every request/response with this information 

The userguide and the examples explain this a little more detailed.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3992995#3992995

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3992995



More information about the jboss-user mailing list