fetching associations using the alfresco WS api
How can I fetch associations using the alfresco WS api?Reference node = new Reference(STORE, null, nodepath);Association[] assoc = {new Association("my:association", AssociationDirectionEnum.source)};QueryResult queryAssoc = repositoryService.queryAs...