Hi,

I need some advice on the best way to deal with faults. I am generating the wsdl using DefaultWsdl11Definition and schemas for the messages. I am using Jaxb2 to marshall the requests / responses and want to add faults to the service.

I wanted to know how others are handling this to get the faults in the generated schema and still have java exceptions when working with Jaxb.

Any thoughts?