Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.6.2
-
None
-
Window 7 + sun jdk 1.6.0_29
-
Unknown
Description
According to JSR224 spec chapter 10.2.2.3, the the fields of the fault message are populated according to the following rules of precedence:
- faultcode
- faultstring
- faultactor (role in SOAP 1.2)
- detail
But in current impl of cxf 2.6.2, detail is before faultactor(role in SOAP 1.2).