You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Juanjo Vázquez <jv...@apache.org> on 2008/04/23 21:11:27 UTC

wsdl2java: Excluding xsd imports

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.