This is probably a very basic question, but here it goes: I developing both the server and a client for some web services. When I run wsdl2java, all of the classes that the client can receive from the client are generated, along with the classes to call the web service. All of this is working properly.
My question is this... since I have access to the same classes in the client as in the server, does it make sense to reuse those classes instead of using the ones generated by cxf? Is it even possible? The classes in question are simple pojos: fields, getters, setters and that's it. Thanks a lot. Andres
