gowsdl

Generate Go code from WSDL files and create SOAP proxy servers

brewmacoslinux
Try with needOr install directly
Source

About

WSDL2Go code generation as well as its SOAP proxy

Commands

gowsdl

Examples

Generate Go code from a WSDL file$ gowsdl -p mypackage https://example.com/service.wsdl
Generate code from local WSDL file with custom package name$ gowsdl -p soap ./service.wsdl > soap.go
Generate SOAP proxy with custom output file$ gowsdl -p myservice -o generated.go service.wsdl