hooklift / gowsdl

WSDL2Go code generation as well as its SOAP proxy
Mozilla Public License 2.0
1.14k stars 390 forks source link
cli golang soap-client wsdl wsdl-to-go wsdl-to-golang

WSDL to Go

Gitter GoDoc Build Status

Generates Go code from a WSDL file.

Install

Goals

Caveats

Usage

Usage: gowsdl [options] myservice.wsdl
  -o string
        File where the generated code will be saved (default "myservice.go")
  -p string
        Package under which code will be generated (default "myservice")
  -i    Skips TLS Verification
  -v    Shows gowsdl version