Hi!
What kind of error do you get?
I have developed web service services and client in one and the same project in Eclipse and that works because I am able to run the client class separately, using the compiled code in the workbench. However, if your
IDE, NetBeans in this case, tries to deploy the project and do other funny things, then there will most likely be problems.
Have you tried control-clicking on the client class and selecting "Run File"?
Best wishes!