undefined
Hello,
I am using a webservice which has many objects and methods. Before being able to access any method, a method called authenticateuser is needed to be executed.
Taking ws as the webservice object, and after successfully executing the ws.authenticateuser(successfull result is shown with the boolean return value set to True), the session of ws gets lost and I'm not able to access any other method or object.
Any ideas please?
Thanks,
Sam