wsdlgo

command module
v0.0.0-...-2223ca1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 12, 2023 License: MIT Imports: 7 Imported by: 0

README

wsdlgo

Generates Go code from a WSDL file

Install
  • Download and build locally: go get github.com/Bridgevine/wsdlgo
Usage
Usage: wsdlgo [options] service.wsdl
  -o string
        File where the generated code will be saved (default "types.go")
  -p string
        Package under which code will be generated (default "types")
It's possible to combine multiple WSDLs to produce a single output file.

./wsdlgo -cer ../certs/cert.cer -ck ../certs/cert.key ContentService.wsdl
Certificate and certificate key are optional.

Influences
Project began as a fork of https://github.com/hooklift/gowsdl but deviated too much from original, and decided to start a brand new service borrowing a lot of its ideas.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL