Hi, How can I prevent wsdl2java from creating a modified version of my complex types that I use in my service methods as arguments and return types? My service is document/literal. Right now wsdl2java is wiping out any extra methods I have in the complex type, even the toString method, and adding equals and hashCode, replacing implementation of equals and hashCode if they were already there. It is also adding code for Java <-> XML data binding, which I can get into Helper classes with the helperGen flag to wsdl2java.
Any advice is appreciated since I am new to web services. Thanks, Cindy Taylor --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
