Sounds good ;)

Cheers,
James.

James Mao wrote:

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.

Good catch. That sounds good to me. Although I might suggest having a getMessage() which returns the first String in the list and a getMessages() which returns List<String>.

- Dan


Reply via email to