footprint soap api + maven-jaxb2-plugin

96 views Asked by At

I'm working on the footprint soap api and somehow there is quite the same complexType definition on the wsdl xsd schema. see in this link with GetItemId and getItemId for example:

The question is it is possible to configure the maven-jaxb2-plugin to generate the java classes by keeping the case sensitivity? so the result would be two class files named GetItemId.java and getItemId.java

0

There are 0 answers