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