Ross ROSS = Recommend OSS · open-source software intelligence for agents

hooklift/gowsdl

WSDL2Go code generation as well as its SOAP proxy observed · 2026-08-28

github.com/hooklift/gowsdl · Go · MPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4638
  • days_rel: n/a
  • days_push: 763
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1222 stars · 412 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

gowsdl is a Go CLI tool that generates idiomatic Go client code from WSDL 1.1 files, including SOAP proxy code. It supports Document/Literal wrapped WS-I compliant services, XML Schema 1.0, and SOAP 1.1.

Use cases

  • generate go client code from a wsdl file
  • consume a soap web service in go
  • convert wsdl to golang types
  • build a soap client for an enterprise api
  • generate go code from xml schema definitions

When to choose

  • you need to integrate with a legacy SOAP 1.1 Document/Literal wrapped service from Go
  • you want generated, idiomatic Go types and client stubs instead of hand-writing SOAP XML
  • you need to resolve external XML schemas referenced by a WSDL

When to avoid

  • your service uses SOAP 1.2, RPC/encoded style, or is not WS-I compliant
  • the WSDL has duplicated type definitions that would produce non-compiling code
  • you need a runtime SOAP framework rather than generated static code

Facets

cli-tool · maturity active

http-client parser serialization developer-tools apis web-development go cli cross-platform wsdl soap-client wsdl-to-go xml-schema soap-1-1 code-generation

1 source

Member repositories

RepositoryRoleHealth v2
hooklift/gowsdlmain23

For agents

markdown · JSON · MCP: product_card(name="hooklift/gowsdl")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem