I never used JDeveloper so please bear with me. So far I have 2 Java projects inside my Application.
Project #A: Has proxy web services references, it compiles without errors. Project #B: Is supposed to call the web service project.
I am unable to reference Project #A from Project #B. Both projects reside inside the same application.
Classes from Project #A are not "recognized" in Project #B.
I have a class called "Claimant" in Project#A. I cannot use that object type inside Project #B.
I have tried the "import" statement but to no avail. import statement in Project #A doesn't recognize Project #B
What am I doing wrong ?