eclipse - org.apache.axis2.description is missing in java code -


I want to write a Java program that calls the web service, I have the wsdl file, so, I have the excel and axis 2 wizard's functionality I create Java class with wsdl.

All of my files have the following error:

org.apache can not be sorted in any way

I understand Something like org.apache.axis2. * The library is missing, but I do not know where to find them and how to install them.


Comments