NetBeans client with custom classes

anjofael

New Member
I've written a Jax-WS Web Service with custom classes. Then I generate the Web Service Client in NetBeans using the WSDL from the Service. The Client generates its own classes to represent the data. However, is there a way I can use the same classes I've written for the Service?
 
Top