Thanks for the reply on customizing Java2WSDL. Here is a further question.
I am assuming that java2wsdl instantiates a java object and introspects the object and generates wsdl for this class. If this is true, my plan is to customize java2wsdl and use a factory to instantiate my java object and then let AXIS introspect and generate wsdl for this object. My main requirement is to generate wsdl for a java object generated by my factory. Is this feasible? sagar In the documentation I find a plug-in point for customizing wsdl2java. Is it possible to customize java2wsdl? sagar