Jonathan Scholis created CAMEL-10579:
----------------------------------------
Summary: SOAP 1.1 marshalling fails for faults that lack a detail
element
Key: CAMEL-10579
URL: https://issues.apache.org/jira/browse/CAMEL-10579
Project: Camel
Issue Type: Bug
Components: camel-soap
Affects Versions: 2.18.1, 2.17.2
Reporter: Jonathan Scholis
Priority: Minor
The Soap11DataFormatAdapter class has the same issue that was previously fixed
in the Soap12DataFormatAdapter class (CAMEL-8708). Specifically, it throws a
NullPointerException in the event of a missing SOAP fault detail, which is
allowed per specifications
(https://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Ref477795995). I believe the
same fix should be applied to the Soap11DataFormatAdapter code.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)