Async. invocation error not using exception class from databinding
------------------------------------------------------------------

                 Key: AXIS2-2113
                 URL: https://issues.apache.org/jira/browse/AXIS2-2113
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: databinding
    Affects Versions: 1.1.1
         Environment: Java 6. Using Axis2 server to host the webservice.
            Reporter: Javier Kohen


When using async. service invocation on the client side, exceptions are not 
passed as the databinding-specified class, but as AxisFault instances.

The attached test case is a slightly modified version of the XMLBeans quick 
start example, so that it always returns a fault when the service is invoked. 
The included client will try both an async. and a sync. invocation of the 
service. It is expected that both will show "code=code; string=string," meaning 
that the ServiceDownMessageException class was recognized as such, but in my 
tests only the sync. code works as expected.

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