I\'m trying to generate a client for some SOAP web services using the JDK 6 tool wsimport
.
The WSDL was generated by a .NET 2.0 application. For .NET 3.X applicatio
For anyone reading this using maven, this is how to add it to the .pom file. Note the args in the configuration section. This is not very easily found in documentation. Many thanks to Isaac Stephens for his help with this.
ERPStandardWorkService
wsimport
-B-XautoNameResolution
${basedir}/src/main/resources/META-INF/wsdl
ERPStandardWork.wsdl
${basedir}/src/main/resources/META-INF/wsdl/ERPStandardWork.wsdl
${project.build.directory}/jaxws/ERPStandardWork/.staleFlag