I am using codegen with adb option to generate code for client stub and service processing. I have many simple string types defined in the XML schema. There is a significant amount of repetitive code generated for various elements. Generated code works properly.
Is there a way, I mean, suggested guidelines to simplify the code generated to make all similar elements to share same methods? Thanks, Raghu
