Skip to content

Utility to download WSDL/XSD including transitive dependencies (eg. xs:include)

License

Notifications You must be signed in to change notification settings

dim-s/WSDLDownloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WSDLDownloader

Utility to download WSDL/XSD including transitive dependencies (eg. xs:include)

Usage:

> clone project 

> cd project folder

> mvn package

Download your wsdl files via the build jar:

java -jar WSDLdownloader-1.0-SNAPSHOT.jar <wsdl_url>

After see your wsdl and xsd files in dist/ directory.

About

Utility to download WSDL/XSD including transitive dependencies (eg. xs:include)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.9%
  • Other 1.1%