You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Néstor Boscán <ne...@gmail.com> on 2013/11/19 13:30:42 UTC

Simple binding question

Hi

I have a group of Xml Schema Types defined for SOAP Faults and I have a
group of Java Exceptions associated 1 on 1 with those faults. The Java
Exceptions are annotated to associate them with the Xml Schemas. How do I
run wsdl2java and have the tool reuse my java exception classes and not
generate new ones?

Regards,

Néstor