Here is my problem...
- I have imported a wsdl file to Web Service Consumers.
- I have imported this web service into an agent.
- The agent is running and using the Web Services and it's working fine.
- In the next step I have chosen the Java Perspective (instead of Domino Perspective) and in the folder >WebContent>WEB-INF>src I have created a simple Java code to use the same web service. The reason I'm doing this is that in my XPages I want to call this Java class and get data.
The problem is that I don't know how to import the web service for this Java file as I did for the Agent in Domino Perspective. The wsdl files are already in database.nsf and my Java agent is using it. I know I should some how go to Project Properties and do something to make the >WebContent>WEB-INF>src>mycode.java able to access the web services too... but what should I do in Project Properties?
Can you help me with this please? Many thanks.