Hi,
I am using queryAssociated in my web service client jar.
I define:
association = new Association( Constants.createQNameString( "custom.model", "Thumbnail"), "target");
and than i run
QueryResult result = AdministratorThread.repositoryService.queryAssociated( reference, association);
In the response I get also other associations that I have define for my reference. Is it OK?