Skip to content

Instantly share code, notes, and snippets.

@npero
Created October 30, 2012 09:04
Show Gist options
  • Select an option

  • Save npero/3979146 to your computer and use it in GitHub Desktop.

Select an option

Save npero/3979146 to your computer and use it in GitHub Desktop.
Generate a web service stub from wsdl
~/MyProject/src/main/java% wsimport -p com.any.package.name.stub -keep -Xnocompile 'http://urlToGetWsdl?wsdl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment