You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2016/12/08 20:03:59 UTC

[jira] [Commented] (CAMEL-10579) SOAP 1.1 unmarshalling fails for faults that lack a detail element

    [ https://issues.apache.org/jira/browse/CAMEL-10579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15733263#comment-15733263 ] 

Claus Ibsen commented on CAMEL-10579:
-------------------------------------

You are welcome to provide a patch file or better as a github PR
http://camel.apache.org/contributing

> SOAP 1.1 unmarshalling 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.17.2, 2.18.1
>            Reporter: Jonathan Scholis
>            Priority: Minor
>              Labels: soap11
>             Fix For: 2.17.5, 2.18.2, 2.19.0
>
>         Attachments: 10579 2172 stacktrace.txt
>
>
> 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)