Hi I want to write a Web Service using AXIS, which can support session maintenance through both HTTP cookies and Soap header.
Is there any best practice for doing this? I need to deploy my service in session scope in order to support HTTP based session maintenance. However, to support Saop header based session, I need to deploy my service in application scope and need to implement the soap header based session maintenance. How can I support the both? thanks & regards, Naresh Agarwal