1 Reply Latest reply on Apr 21, 2008 4:32 AM by ulrike

    How to develop a WebServiceClient correctly?

    ulrike

      Currently I'm using CXF for accessing some Seam (stateful) services. I managed it to maintain session state of one single service (I've set the SESSION_MAINTAIN_PROPERTY to true), but I need some further help with different services using the same session.
      A usual scenario would be following:


      • a registered user logs in (name, pwd) - AuthenticationService
      • invokes some methods of Service A
      • same with other methods of Service B
      • ...
      • user logs out - AuthenticationService

        How can different services share the same session till timeout?