03-24-2009 06:51 AM
try {
Reference SINISTRE_FOLDER = new Reference(STORE, null, "/app:company_home/cm:Sinistre_"+newSinistreId);
WebServiceFactory.getRepositoryService().get(new Predicate(new Reference[]{SINISTRE_FOLDER}, STORE, null));
message = "Sinistre "+newSinistreId+" existe déjà";
}catch(RemoteException e){
System.out.println("exception" +e);
}
03-24-2009 09:25 AM
String alfrescoApiUrl = "http://yourAlfrescoIP:yourAlfrescoPORT/alfresco/api";
WebServiceFactory.setEndpointAddress(alfrescoApiUrl);
…
…
Hope this helps.
03-24-2009 09:46 AM
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.