I am using netbeans 6.9. I made a JAX-WS service that returns a complex type, I also made the JAX-WS client use it. The JAX-WS system automatically creates a class for the client derived from the WSDl specification. I want to make my own class for this using JAXB annotations so that I can add extra features to it.
How can I change the autogeneration file to my own? Can I use the same class in a service to control how it is passed?
Thanks!
source share