By default JAX-WS, while generating faults, creates a class that extends Exception which contains a JAXB object (generated from the XSD element) used for <details> section of soap fault.
This article suggest it's possible to have one class for both of the above while starting with Java http://www.ibm.com/developerworks/webservices/library/ws-jaxws-faults/index.html Is there a way to do this starting from WSDL that is to force generating one class (that both extends Exception and contains fields from <details> in other words Exception that is JAXB object)? -- View this message in context: http://www.nabble.com/SoapFaults-mapping---how-to-have-one-class-for-Exception-and-faultInfo-tp25803231p25803231.html Sent from the cxf-user mailing list archive at Nabble.com.
