Hi,

org.apache.cxf.interceptor.Fault has:
public static final QName FAULT_CODE_CLIENT = new QName("http://cxf.apache.org/faultcode";, "client"); public static final QName FAULT_CODE_SERVER = new QName("http://cxf.apache.org/faultcode";, "server");

These are clearly not the same as the Client and Server recommended in the SOAP 1.1 spec:
http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383510

Both the namespace and the localpart are different, but the similarity of the localpart makes it look as though they are supposed to be used for that purpose.

Why is this?

Thanks.

Jim

Reply via email to