08-26-2008 06:39 AM
08-26-2008 08:19 AM
AuthenticationService authenticationService = new AuthenticationService();
authenticationService.Url = "http://localhost:8080/alfresco/api/AuthenticationService";
AuthenticationResult results = authenticationService.startSession(userName, password);
Cheers, jan
08-26-2008 09:53 AM
string username = "admin", password = "admin";
AuthenticationResult ar = new AuthenticationResult();
AuthenticationServiceSoapPortClient soap = new AuthenticationServiceSoapPortClient();
ar = soap.startSession(username, password);
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.