11-25-2007 01:18 PM
import org.alfresco.webservice.authentication.AuthenticationResult;
import org.alfresco.webservice.authentication.AuthenticationServiceLocator;
import org.alfresco.webservice.authentication.AuthenticationServiceSoapBindingStub;
public class Query
{
public static void main(String[] args) throws Exception
{
AuthenticationServiceSoapBindingStub authenticationService =
(AuthenticationServiceSoapBindingStub) new AuthenticationServiceLocator().getAuthenticationService();
AuthenticationResult result = authenticationService.startSession("admin", "admin");
String ticket = result.getTicket();
}
}
11-25-2007 01:40 PM
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.