Hi All, At this moment i'm working on a webservice server and client that use a provided third-party wsdl. When i'm generating the java-code using wsdl2java, the code generated correctly. But to make the code better useable the generated classes need to implement certain custom interfaces. I don't want to do this by hand after the code is generated. It is time consuming and error prone.
Is there a way, using wsdl2java, to set parameters that certain types need to implement certain interfaces? kind regards, Ted Roeloffzen
