Hi all,
The Java source code generated by wsdl2java gives a lot of warnings during compilation. (Mostly type problems with generics). We use java 1.5 as target, but the code generated seems to generated to be compatible with older versions. I have seen some questions about this in the passed, with suggestions like adding annotations etc to ignore the warnings (and of course manually fixing all the problems), Neither of the solutions are appealing. But I saw something about changing templates, and something about a Maven based generation tool. Has anyone successfully used some of these? Any suggestions or ideas appreciated BR Lars
