[ 
https://issues.apache.org/jira/browse/CXF-5630?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Kulp resolved CXF-5630.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.11
                   3.0.0
         Assignee: Daniel Kulp


If the client specifically sets the ROBUST_ONEWAY flag on the request context, 
we can throw the SOAPFaultException (which is a subclass of WebServiceException 
and thus is technically allowed).   At least the fault is not "lost" in that 
case.

> In robust one-way fault the fault message should result in SOAPFaultException
> -----------------------------------------------------------------------------
>
>                 Key: CXF-5630
>                 URL: https://issues.apache.org/jira/browse/CXF-5630
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Grzegorz Grzybek
>            Assignee: Daniel Kulp
>             Fix For: 3.0.0, 2.7.11
>
>
> Now in 
> {{org.apache.cxf.transport.http.HTTPConduit.WrappedOutputStream.handleResponseInternal()}}
>  there's just one check if the exchange is one-way without checking the 
> "robust" status and if exchange is one way, any soap fault is consumed.
> I'm not sure how this should be handled, as _robustnes_ is not defined per 
> SOAP 1.1



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to