[ http://issues.apache.org/jira/browse/AXIS2-648?page=all ]
Ajith Harshana Ranabahu resolved AXIS2-648:
-------------------------------------------
Resolution: Fixed
Change commited - please reopen if you run into problems
> CallbackHandler is never called when using WSDL2Java to generated stub class
> ----------------------------------------------------------------------------
>
> Key: AXIS2-648
> URL: http://issues.apache.org/jira/browse/AXIS2-648
> Project: Apache Axis 2.0 (Axis2)
> Type: Bug
> Components: client-api
> Versions: 1.0
> Environment: Axis2 1.0 RC4
> Reporter: Thilo Frotscher
>
> When using WSDL2Java to generate stub classes for services, an abstract
> CallbackHandler class is created, too, which must be extended to implement
> callback methods.
> However, when invoking the service asynchronously using the startXY method,
> the callback methods of the custom callback handler are never called.
> In the generated stub class, at the end of method startXYZ there is the
> following line:
> _operationClient.execute(true);
> Should this be
> _operationClient.execute(false);
> instead?
--
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