Hi devs, I've been exploring the Axis2 WSDL2Java tool and its architecture.
Let me explain the high level Architecture of the WSDL2Java codegen tool used by Axis2. say we invoke it using a WSDL and few options. the sequence is like this. 1. first it goes through a option parser, where it figures out different options given by the user. 2.then it goes to the code_generation_Engine where most of the stuff happens.
