Use of framework in java web project

0

I have a project in Java that runs services (SOAP / REST) and we have a framework that supports this, generates a report, makes REST calls and etc, and I also have a java web project that captures a list in View that the user has entered. We wanted the java web project to validate what comes from View and after manipulating it, execute the methods of the soap / framework project. Is this possible?

We have been able to import and call the methods of this SOAP project and the framework utilities, but when we execute in practice the errors are summarized as "java.lang.ClassNotFoundException". As if you could not read these classes.

    
asked by anonymous 11.04.2017 / 20:35

0 answers