WSDL complexType name starts with a lowercase letter after converting from EAP 5 to EAP 6 or later
Issue
- Is it possible to get the complex type name to equal the class name (i.e. starting with uppercase)?
- With EAP 5 if I had a class named Example, the generated WSDL/schema would contain
<xs:complexType name="Example">. In EAP 6 and 7, it starts with a lower case letter and contains<xs:complexType name="example">. - Can JAXB or JAX-WS help me map the XML type and Java type?
Environment
- Migrating JAX-WS web service from Red Hat JBoss Enterprise Application Platform (EAP) 5 to EAP 6 or EAP 7
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.