Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.0
-
Fix Version/s: 3.0.2
-
Component/s: Soap Binding
-
Labels:None
-
Estimated Complexity:Unknown
Description
When programming a CXF WS client:
org.apache.cxf.binding.soap.SoapFault class's lang property is set correctly from the SOAP fault (from the xml:lang attribute), in case of SOAP 1.2 faults.
However, in case of SOAP 1.1 faults, the SoapFault class's lang attribute is not set (NULL), even if the SOAP fault's xml:lang attribute is set.