DFS class not found
Hi, Ive deployed a custom WS. queryService = serviceFactory.getLocalService( IQueryService.class); When the client application calls this line it doesn't find the IQueryService class java.lang.NoClassDefFoundError: com/emc/documentum/fs/services/core/client/IQueryService I thinh DFS webservice are found by my WS but not…