[ 
https://issues.apache.org/jira/browse/CXF-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711679#action_12711679
 ] 

Daniel Kulp commented on CXF-2230:
----------------------------------



I believe this was fixed in 2.1.3.    With 2.1.5, I get:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
    <soap:Body>
        <soap:Fault>
            <faultcode>soap:Server</faultcode>
            <faultstring>Runtime Exception</faultstring>
            <detail>
                <ErrorCode>4185</ErrorCode>
                <Description>Description is Wrong Input given</Description>
            </detail>
            <faultactor>Soapheader.impl</faultactor>
        </soap:Fault>
    </soap:Body>
</soap:Envelope>

which is exactly what you want, (I think).

> details & faultactor are issing from webservice response
> --------------------------------------------------------
>
>                 Key: CXF-2230
>                 URL: https://issues.apache.org/jira/browse/CXF-2230
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, JAXB Databinding
>    Affects Versions: 2.1
>         Environment: ECLIPSE,XP,CXF 2.1
>            Reporter: amit rathi
>            Priority: Critical
>             Fix For: 2.1.5
>
>         Attachments: jar file set 1.zip, jar file set 2.zip, jar file set 
> 3.zip, please download these jar files from net & inculde in project.txt, 
> Sample_CXF_Project.zip, screenshot.zip
>
>   Original Estimate: 96h
>  Remaining Estimate: 96h
>
> details & faultactor are missing from webservice response 
> This issue look identical to "  SOAPFaultException built programmatically and 
> thrown in a JAX-WS handler are not correctly populated " in this link 
> <<<https://issues.apache.org/jira/browse/CXF-1417>>>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to