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 16:50:16 UTC

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

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


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.


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

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Thaker closed AXIS2-4506.
--------------------------------


Issue resolved.

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


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

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Nikhil Thaker (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4506?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AXIS2-4506 started by Nikhil Thaker.

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