Hi all, In the org.apache.axis.wsdl.fromJava.Java2WSDLFactory class the JavaDoc recommends extending the DefaultBuilderPortTypeClassRep and/or the DefaultBuilderBeanClassRep class in order to provide additional functionality when building the ClassRep object.
Unfortunately, the DefaultBuilderPortTypeClassRep has only a default package access constructor, and I am unable to extend without being in the same package. Could the constructor be changed to public access? Thanks, David Cole