I have a project containing a WSDL file. I can generate a types.jar file using it and everything appears fine. But when I rebuild or compile the project, the generated classes are not known to my code, so my code doesn't compile.
When I generate types.jar, I ensure that "add necessary libraries in order for generated code to work and compile" is selected.
Is there another step that I am missing. I am stuck here and can't move on.