I'm using the wsdl2java script to generate my client side objects. I would like to be able to override the default toString() method in these objects without having to touch each object by hand. Is there a way that I can do this by perhaps specifying something in my customer JAXB binding files for each service?
Thanks for the help... Chris
