Hi , I have a question regarding WSDL2JavaGenerator in the case where the wsdl defines types , some of them being used as wsl faults. Our use case is : the types defined in the xsd schema file imported in the wsdl are generated using XSD2JavaGenerator . Second , we use XSD2JavaGenerator to generate the faults defined in the wsdl Third we try to run WSDL2JavaGenerator and it seems that it does not generate only the interface , it also overwrites the fault objects previously generated by XSD2JavaGenerator . These fault objects can not be compiled. I have tried to use the option -generateSDO instead of using XSD2JavaGenerator against the wsdl with the same results. In our previuos use cases , when there were no types and faults defind inside the wsdl , running WSDL2JavaGenerator generated only the interface. Is there a way to force WSDL2JavaGenerator to generate only the interface when faults are defined in the wsdl ? Thanks, Catalin Boloaja _________________________________________________________________
