I am quite new to Web Services. I am facing problems in handling sessions in Web Services.
I am using Apache Axis as SOAP engine. I have different Web Services like AuthenticationService, DataService and ReportService. The problem is in handling authentication. I need to authenticate only once using AuthenticationService and maintain the session for rest of the calls to different web services like DataService, ReportService.