07-02-2010 12:48 PM
07-23-2010 04:51 AM
Is their another way using just a ticket number?You could use WebScripts, because you can use the alf_ticket parameter in the query string to put the Ticket value.
08-18-2010 04:09 PM
08-18-2010 04:43 PM
AuthenticationDetails auth = new AuthenticationDetails(userName, ticket, sessionId);
AuthenticationUtils.setAuthenticationDetails(auth);
08-18-2010 07:58 PM
try :
AuthenticationDetails auth = new AuthenticationDetails(userName, ticket, sessionId);
AuthenticationUtils.setAuthenticationDetails(auth);
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.