Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 817 Bytes

readme.md

File metadata and controls

40 lines (29 loc) · 817 Bytes

Test WSDL2Java

Simple project to test the integrity of wsdl files

Prerrequisites

  • Java 8
  • Maven 3.6

Instructions

  1. Open pom.xml

  2. 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>
    
    <!-- ... -->
  3. Copy the wsdl file into dir: ./src/main/resources/wsdl/

    Check the file name, in this example "test.wsdl"

  4. Run the command

    $ mvn clean install
  5. The generated resources should be in ./src/main/java/