Hi … In the developpement of a webservice, I have a problem … My client can only send me the couple username/ticket …For the tests, I use a generic account to authenticate to my webservice with the command :
AuthenticationUtils.startSession(g_user, g_password);
Now, I want to replace this line with another which authenticate my service and retrieve the rights of the account. After two days of research, I ask myself if it was possible … I appreciate all the help you can bring me.Regards,Pierre.