[ https://issues.apache.org/jira/browse/AXIS2-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Nikhil Thaker resolved AXIS2-4506. ---------------------------------- Resolution: Fixed I have committed the patch. Issue fixed in Revision number 818164 > JAX-WS throws a SOAPFaultException when User Expects a SOAP Fault OM Tree as > Response in Dispatch<OM> > ----------------------------------------------------------------------------------------------------- > > Key: AXIS2-4506 > URL: https://issues.apache.org/jira/browse/AXIS2-4506 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: jaxws > Reporter: Nikhil Thaker > Assignee: Nikhil Thaker > Attachments: patch.txt > > > Following are the details of the test that customer is running: > 1 --> use web service client (operationClient) sends a request soap message > to specified export(jax-ws) > 2 --> propagate the message to target service in request path > 3 --> in the service module throws ServiceBusinessException > 4 --> in the response path use the fault flow to propagate the fault message > 5 --> the web service client should receive the fault message > The issue is that in step 5, the client catched an AxisFault exception while > excuting this code 'OperationClient.execute()'. > The user is getting a SOAPFaultxception but the user's expectation is a SOAP > Fault OM Tree. I will make a change and add > a new property that can enable/disble throwing of exception. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.