File tree 1 file changed +14
-0
lines changed
1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,20 @@ Generates Go code from a WSDL file. This project is originally intended to gener
12
12
* Resolves external XML Schemas recursively, up to 5 recursions.
13
13
* Supports providing WSDL HTTP URL as well as a local WSDL file
14
14
15
+ ### Usage
16
+ ```
17
+ gowsdl [OPTIONS]
18
+
19
+ Application Options:
20
+ -v, --version Shows gowsdl version
21
+ -p, --package= Package under which code will be generated (myservice)
22
+ -o, --output= File where the generated code will be saved (myservice.go)
23
+ -i, --ignore-tls Ignores invalid TLS certificates. It is not recomended for production. Use at your own risk
24
+ (false)
25
+
26
+ Help Options:
27
+ -h, --help Show this help message
28
+ ```
15
29
16
30
### TODO
17
31
* If WSDL file is local, resolve external XML schemas locally too instead of failing due to not having a URL to download them from.
You can’t perform that action at this time.
0 commit comments