[ http://issues.apache.org/jira/browse/AXIS2-114?page=all ]
     
Chathura Herath resolved AXIS2-114:
-----------------------------------

    Resolution: Fixed

XSL s changed to generate the code such that the callback implementations 
particular method will get the data bound object instead of the SOAP Envelop. 
Following is a sample method generated after the resolution.

 /**
         * auto generated Axis2 call back method for echoBaseStructFault method
         *
         */
        public void receiveResultechoBaseStructFault( 
org.soapinterop.types.requestresponse.EchoBaseStructFaultResponseDocument 
param91) {
                        //Fill here with the code to handle the response
                        
        }


> Introducing the Data binding for the Asynchronous programming model case
> ------------------------------------------------------------------------
>
>          Key: AXIS2-114
>          URL: http://issues.apache.org/jira/browse/AXIS2-114
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Improvement
>   Components: databinding
>  Environment: NA
>     Reporter: Chathura Herath
>     Assignee: Chathura Herath

>
> Currently the Callback handler in the Clientside, for each of the resume 
> operations it gets a AsyncResult as a parameter.
>         /**
>          * auto generated Axis2 call back method for echoStringArray method
>          *
>          */
>         public void 
> receiveResultechoStringArray(org.apache.axis2.clientapi.AsyncResult result) {
>                       //Fill here with the code to handle the response
>                       
>         }
> This should be changed to get the data bound to this operations as well.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to