Hi again,
I'm having a problem with the tutorial, i created a web service that adds 2 ints, and a
servlets that consumes it, it works great. But then i wrote the other example (using J2SE) and even tho it has the same settings as the servlet, it doesn't work, it says:
C:\Users\Infernal\Documents\Java\CalculatorWSClient\src\packa\Main.java:8: package pack does not exist
pack.CalculatorWSService service = new pack.CalculatorWSService();
when i try to run it. Like i said, both servlet and application have the same settings, using the same Web Service Client, one of them works, the other doesn't

You have any ideea why ?