Hello During the last days, I write a client generator based on CXF 2.6.7 and calling wsdl2java to generate classes from WSDL. The generated classes name differ with the names coded in WSDL, ie if I have a <wsdl:Service> or <wsdl:portType> with a name as XXX_YYYY the class is named XXXYYYY. What is the method used to do that : you keep only alphanumeric chars ? It to do the same thing as you in my code
Many thanks -- View this message in context: http://cxf.547215.n5.nabble.com/Service-name-and-port-type-name-transformation-tp5729293.html Sent from the cxf-user mailing list archive at Nabble.com.
