Hi all, I have the following problem: I want to have implement a session between a SOAP client and a SOAP server (something like cookies for example, every time a client makes a request, it always sends a Session ID with his request).
The problem is that SOAP (like HTTP) is a stateless protocol, that is, by default there is no mechanism embedded for session management. Does anyone know how I can implement sessions in SOAP? Is there any specification that addresses this issue? Thankx! =========================================================== Dipl. Ing. Cristian OPINCARU University of Federal Armed Forces, Munich - Faculty of Informatics Werner-Heisenberg-Weg 39, D-85577, Neubiberg, Germany Building 41 / Room 0224 Tel : +49-89-6004.2279 Fax : +49-89-6004.3898 E-mail: [EMAIL PROTECTED] Web : http://inf3-www.informatik.unibw-muenchen.de/~opincaru
