0 Replies Latest reply on Jan 4, 2016 11:32 AM by pszuster

    Enable webservice sessions in Fuse

    pszuster

      I'm trying to create a SOAP WebService with some operations, each executing a stored procedure in a DB except one, which is a login operation that should check if the provided user/pwd is a valid DB user/pwd. The problem is this login operation should create a session to be used when executing the rest of the operations.

       

      So the question is: How do I enable sessions in CXF/Fuse? I've tried to use <httpj:sessionSupport>true</httpj:sessionSupport> with no success..

       

       

      Any ideas?

       

      Thanks!