gowsdl

WSDL2Go code generation as well as its SOAP proxy

Github stars Tracking Chart

WSDL to Go

Gitter
GoDoc
Build Status

Generates Go code from a WSDL file.

Install

  • Download binary release
  • Download and build locally: go get github.com/hooklift/gowsdl/...
  • Install from Homebrew: brew install gowsdl

Goals

  • Generate idiomatic Go code as much as possible
  • Support only Document/Literal wrapped services, which are WS-I compliant
  • Support:
    • WSDL 1.1
    • XML Schema 1.0
    • SOAP 1.1
  • Resolve external XML Schemas
  • Support external and local WSDL

Caveats

  • Please keep in mind that the generated code is just a reflection of what the WSDL is like. If your WSDL has duplicated type definitions, your Go code is going to have the same and may not compile.

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

Main metrics

Overview
Name With Ownerhooklift/gowsdl
Primary LanguageGo
Program languageGo (Language Count: 2)
Platform
License:Mozilla Public License 2.0
所有者活动
Created At2013-12-21 03:39:31
Pushed At2024-08-01 01:52:59
Last Commit At2024-07-31 21:52:59
Release Count9
Last Release Namev0.5.0 (Posted on )
First Release Namev0.1.0 (Posted on )
用户参与
Stargazers Count1.2k
Watchers Count37
Fork Count407
Commits Count351
Has Issues Enabled
Issues Count139
Issue Open Count76
Pull Requests Count89
Pull Requests Open Count18
Pull Requests Close Count31
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private