Hi folks, I´m using cxf-codegen-plugin (2.0.5-incubator) to generate Java classes from wsdl. My wsdl imports a xsd schema in this way:
<wsdl:types>
<xs:schema targetNamespace="http://services/"
elementFormDefault="qualified">
<xs:import namespace="http://domain/"
schemaLocation="domain.xsd"/>
</xs:schema>
I´d like to generate only the SEI but not the Java type from the imported
schema. Is it possible?. Could I exclude the xsd?
Thanks in advance,
Juanjo.
