Hi! Might it be possible, that no -E parameter called with WSDL2Java is passed to the JaxB data binding while code generation?
If written a small patch for CodeGenerationUtiltiy.java to pass all -E<key> <value> parameters to the JaxB compiler. This was the only way to pass the -b-Paremter to JaxB to get a global custom binding file to JaxB. Or am I missing a point? I also noticed that -E-b <value> as parameter will result in some strange DOMExceptions while code generation. So the - before the b is added inside my patch before it is passed to JaxB and the parameter is written as -Eb <value> from commandline. Maybe someone who has knowledge about the bridge between JaxB and Axis in WSDL2Java can say something about my patch? Best regards, Sebastian