Not sure if this is the appropriate forum for this (the issues forum is
read-only?)...

Specifically, the following code:

if (fault.getRole() != null)
{
   writer.writeStartElement("faultactor");
   writer.writeCharacters(fault.getRole());
   writer.writeEndElement();
}

The <faultactor> element is a SOAP 1.1 artifact, which should be
mapped to <Role> in SOAP 1.2.

--

Roy
-- 
View this message in context: 
http://www.nabble.com/Soap12FaultOutInterceptorInternal.handleMessage-produces-invalid-SOAP-1.2-fault-tp22935294p22935294.html
Sent from the cxf-dev mailing list archive at Nabble.com.

Reply via email to