I’m trying to test the axis2 eclipse plugin, but once I generate a wsdl -> java, it creates java code but with numerous errors (primarily missing packages).
For instance, the following wsdl:
http://www.webservicex.net/ConvertTemperature.asmx?WSDL
will produce java code, but method calls associated with packages such as:
org.apache.axis2.databinding.ADBBean
will produce an error saying that it is missing.
I was wondering how I can fix this problem, thanks.
axis2 plugin: v1.6.2
The Axis2 JARs are probably missing from your Eclipse project’s classpath.
To add them, right-click on the project folder and select “Properties” from the context menu. Navigate to “Java Build Path” and then click on the “Libraries” tab. Add the Axis2 JARs by clicking on the “Add JARs…” button.