Skip to content

Instantly share code, notes, and snippets.

@yusufcakal
Last active June 7, 2023 21:37
Show Gist options
  • Save yusufcakal/cf42fdea961ba6f7e02325fac6e575ba to your computer and use it in GitHub Desktop.
Save yusufcakal/cf42fdea961ba6f7e02325fac6e575ba to your computer and use it in GitHub Desktop.
Helper to converting from wsdl to java
wsimport -keep -verbose -p com.yusuf.client -J-Djavax.xml.accessExternalSchema=all -J-Djavax.xml.accessExternalDTD=all 'https://example.wsdl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment