gowsdl

WSDL2Go code generation as well as its SOAP proxy

Github星跟踪图

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

主要指标

概览
名称与所有者hooklift/gowsdl
主编程语言Go
编程语言Go (语言数: 2)
平台
许可证Mozilla Public License 2.0
所有者活动
创建于2013-12-21 03:39:31
推送于2024-08-01 01:52:59
最后一次提交2024-07-31 21:52:59
发布数9
最新版本名称v0.5.0 (发布于 )
第一版名称v0.1.0 (发布于 )
用户参与
星数1.2k
关注者数37
派生数407
提交数351
已启用问题?
问题数139
打开的问题数76
拉请求数89
打开的拉请求数18
关闭的拉请求数31
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?