Hi Raghu, The adb generated code will completely depends on the schema you have. If you really want to generate a similar set of adb structs you need to have a similar set of schemas in your WSDL.
Or with the fix to the JIRA https://issues.apache.org/jira/browse/AXIS2C-1145 you are no longer need to write wrapper structs. And it will really minimize the code you have to write. (explained more on my blog, http://www.dimuthu.org/blog/2008/09/15/use-axis2c-wsdl2c-with-unwrapped-mode-for-simpler-code/) Thanks Dimuthu On Fri, Sep 12, 2008 at 11:24 PM, Raghu Udupa <[EMAIL PROTECTED]> wrote: > 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 > > > > > -- Thanks, Dimuthu Gamage http://www.dimuthu.org http://www.wso2.org
