CXF framework generates WSDL with custom types starting with lower case, e.g. for Java class "Person" WSDL will have complexType "person".
Is there a way to customize how CXF generates custom type names, e.g. force it to generate complexType "Person"?
