I need to consume a web service in my project. I use NetBeans so I right-clicked on my project and tried to add a new \"Web Service Client\". Last time I checked, this was t
I tested this for version 2.4 of artifact org.codehaus.mojo and that worked ~
org.codehaus.mojo
jaxws-maven-plugin
2.4.1
wsimport
path/to/dir/wsdl
wsimport-web-service
generate-sources
javax.xml
webservices-api
${webservices-api-version}
-Djavax.xml.accessExternalSchema=all
generated-sources/jaxws-wsimport
true
true
true
/