Today I got Eclipse and Axis Code Generator plugin installed. After
generated Java files from WSDL, I got an error both happens in two operation
Java file:
Cannot instantiate the type ADBDataSource ConcatRequest.java
Cannot instantiate the type ADBDataSource ConcatResponse.java
These lines appear in both ConcatRequest.java and ConcatResponse.java:
org.apache.axiom.om.OMDataSource dataSource = new
org.apache.axis2.databinding.ADBDataSource(this,MY_QNAME);
I see that ADBDataSource is abstract class and can not instantiate. Maybe
it's source of the problem.
I'm totally new to Axis and I don't know how to solve this. Please help me.