Simple project to test the integrity of wsdl files
- Java 8
- Maven 3.6
-
Open pom.xml
-
Check comment from line 55
<!-- ... --> <sourceRoot>${basedir}/src/main/java/</sourceRoot> <wsdlOptions> <wsdlOption> <!-- :: Copy the wsdl file in this directory :: --> <wsdl>${project.basedir}/src/main/resources/wsdl/test.wsdl</wsdl> </wsdlOption> <includes> <include>test.wsdl</include> </includes> </wsdlOptions> <!-- ... -->
-
Copy the wsdl file into dir: ./src/main/resources/wsdl/
Check the file name, in this example "test.wsdl"
-
Run the command
$ mvn clean install
-
The generated resources should be in ./src/main/java/