I was reading how to do stateful web services using Metro: https://metro.dev.java.net/1.4/docs/statefulWebservice.html
It uses the @Stateful annotation and returns and endpoint to the user that maintains the state. I don't see how this can be done with CXF, or at least it's not documented well. In the application I'm writing the server portion will be CXF (running in JBoss). The clients can be anything but the big one is .net (C# / VB). If the stateful WS solution doesn't work with .net clients, it's useless to me. None of the WS clients will be written with CXF. -- View this message in context: http://cxf.547215.n5.nabble.com/Stateful-web-services-with-CXF-tp3212822p3212822.html Sent from the cxf-user mailing list archive at Nabble.com.
