I'm wondering if the String getMessage() in org.apache.cxf.interceptor.Fault can be changed to List<String> getMessage() The previous one assumed that there is only one line of the message, the latter will allow us to put multiple lines into the fault message. Because in SOAP12 Fault, the SOAP Reason element allow one or *more* Text element.

Thoughts?

- james.

Reply via email to