02-26-2008 10:29 AM
repositoryService = (RepositoryServiceSoapBindingStub)locator.getRepositoryService();
repositoryService.setPassword(details.getTicket());
03-06-2008 08:58 AM
05-06-2008 07:50 AM
05-06-2008 05:33 PM
05-07-2008 06:20 AM
repositoryService = WebServiceFactory.getRepositoryService();
repositoryService.setPassword(m_ticket);
try
{
Reference spacesStoreRef = new Reference();
spacesStoreRef.setStore(m_spacesStore);
spacesStoreRef.setPath("/");
AuthenticationUtils.setAuthenticationDetails(m_authDetails);
QueryResult qr = repositoryService.queryChildren(spacesStoreRef);
return getObjectImp(qr);
}
catch (RemoteException re)
{
m_log.error("Remote exception", re);
throw new RException(0,re);
}
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.