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

Nikhil Thaker updated AXIS2-2194:
---------------------------------

    Attachment: JIRA_2194_customException.txt

> Proxy InvokeAsync not processing user defined faults correctly
> --------------------------------------------------------------
>
>                 Key: AXIS2-2194
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2194
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Nikhil Thaker
>         Assigned To: Nikhil Thaker
>         Attachments: JIRA_2194_customException.txt
>
>
> Invoke Asyc on the client side is not processing the user defines faults 
> correctly. The problem is for every Async scenario when a user throws a fault 
> we throw a ProtocolException,
> I found that wsImport does not add the user defined exception in the Async 
> method signature (which is correct as we would expect Execution Exception 
> from future) hence the OperationDescription is never able to create the 
> FaultDescription object for user defined exception. The Fault descripion is 
> created for the operation that is defined in wsdl.
> So I am adding the code where in we now read the fault description from the 
> OperationDescription for wsdl defined operation and there by throw the 
> correct Exception.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to