You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Nikhil Thaker (JIRA)" <ji...@apache.org> on 2009/09/23 18:58:16 UTC

[jira] Updated: (AXIS2-4506) JAX-WS throws a SOAPFaultException when User Expects a SOAP Fault OM Tree as Response in Dispatch

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

Nikhil Thaker updated AXIS2-4506:
---------------------------------

    Attachment: patch.txt

Attached is the fix for this issue.

> 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.