cancel
Showing results for 
Search instead for 
Did you mean: 

Urgent:How to validate ticket using Alfresco Web Service API

itsard
Champ in-the-making
Champ in-the-making
Hi,
How do I validate ticket using Alfresco Web Service APIs.I can get a ticket after authenticating the user but how do I pass that ticket
to the subsequent api calls as those apis dont have ticket parameter as an argument.
The Rivet apis that I have checked have the ticket parameter as an argument. Is that an advantage of the Rivet api
over the web service api.
Also which of them are better…web service apis or rivet apis.
1 REPLY 1

itsard
Champ in-the-making
Champ in-the-making
Can i directly call the validate() api on the ticket obtained after authentication in the Web Service API?
If yes, please let me know the code snippet for it.