Description
When validating a SOAP Fault with no <detail> element, MessageModeOutInterceptor.validateFaultDetail fails with a NPE while trying to find the first child element of the detail element (which is null).
The fix should be easy: Add a null check before trying to validate a fault detail.
Attachments
Attachments
Issue Links
- is broken by
-
CXF-5687 Schema validation does not validate soap:Fault
- Closed