Skip to content

casimon-rh/test-wsdl2java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Simple project to test the integrity of wsdl files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages