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 DFS classes...
I deployed the WS on a jboss 5.1.1. What do i need to do to solve this problem?
DFS=6.7 SP1
Please help me!!!!