I am trying to get the java2wsdl Maven plugin to work with no luck.
Does anyone have this plugin working?
I am using Axis2 1.5 and when I run "mvn axis2-java2wsdl:java2wsdl" I
get a NullPointerException.
Can anyone offer some help? Thanks!
dave
from my pom.xml:
<plugin>
<groupId>org.apache.axis2</groupId>
<artifactId>axis2-java2wsdl-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>java2wsdl</goal>
</goals>
</execution>
</executions>
<configuration>
<className>com.full.class.path.Service</className>
</configuration>
</plugin>