Hi, I generate a wsdl and xsd files from java classes using java2ws. I have a class named "MyClass" The xsd output contains a complexType named "myClass" - *The initial letter converted to lower case*
Is there any configuration parameter for keeping the complex type name identical to the class name? (Using @XmlType annotation is a workaround, but I don't want to add it in every class I develop) Thanks in advance, Arik Goldstein -- View this message in context: http://cxf.547215.n5.nabble.com/java2ws-Java-class-name-differs-from-complex-type-name-in-the-xsd-tp5595416p5595416.html Sent from the cxf-user mailing list archive at Nabble.com.
