Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.0
-
None
-
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.