Description
OS - Windows
Using Eclipse Codegen
I had generated code from wsdl to java using the eclipse plugin.
Now in one of my classes the OperationClient class is not accepting the AxisCallback as parameter. When I click on the OperationClient class name it takes me to the class file. It says "// Compiled from OperationClient.java (version 1.4 : 48.0, super bit)".
Why it showing the older version?
Why it not supporting the AxisCallback as a parameter?
Thanks,
Vinod