Search code examples
javaimportapache-camelcamel-cxf

Eclipse not recognizing imports of generated classes in same project


I have camel project to invoke soap service using CXF. There are generated classes from WSDL but beans cannot import these classes.


Solution

  • Open Project properties - Java build path - Source and add folder where are generated classes.