You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@ws.apache.org by rdcdape <Pe...@rdc.ericsson.se> on 2001/10/29 09:33:47 UTC

Session Control in SOAP

Hello soap experts:

    I'm a newer to SOAP,and I want to support my own session control
with SOAP RPC services. The workflow is as following:

    1. Client calls the Login service.
    2. Client calls normal services.
    3. Client calls the Logout service.

    One solution is to add session info in each service, but I wonder
whether can I use cookie and get the session info in the JAVA code of
normal RPC services? Whether Apache SOAP can forward the session info to
RPC services, and how to configue it ?

    Any suggestions are welcome.
    Thank you in advance.

    BR
    Edmond Dai