Correct, WS4EE is inherently stateless. This is because not every transport offers session maintanace. There are proposals under way to standardize the session maintanace at message level, which then would be transport independent.
What one usually does is introduce an application specific header that contains the client's session id. The client then still talkes to a staless endpoint, which extracts the SOAP header and routes the request to a stateful component, i.e. SFSB View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855338#3855338 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855338 ------------------------------------------------------- This SF.Net email is sponsored by: InterSystems CACHE FREE OODBMS DOWNLOAD - A multidimensional database that combines robust object and relational technologies, making it a perfect match for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
