Last active
June 7, 2023 21:37
-
-
Save yusufcakal/cf42fdea961ba6f7e02325fac6e575ba to your computer and use it in GitHub Desktop.
Helper to converting from wsdl to java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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