A: 

Hi, i am trying to do the same thing, i have 3 projects, server, client and clientapi (both client and server are using clientapi)

I want the webservices to use the same classes defined on clientapi.

I know I can do it, just generating the code with netbeans and later changing the code where the wrappers where created for the real class. (with 'wrappers' i mean the clases that wsimport generates)

It is there an easier way to do this without replacing the class usage?

I mean, can i generate code using directly the classes defined on 'clientapi' ?

Thanks a lot!

ichramm