# hooklift/gowsdl

WSDL2Go code generation as well as its SOAP proxy

Repository: https://github.com/hooklift/gowsdl
Canonical: https://ross.abutalabs.com/products/gowsdl
Language: Go
License: MPL-2.0
License Family: copyleft
Topics: golang, wsdl, soap-client, wsdl-to-golang, wsdl-to-go, cli
Last push: 2024-08-01T01:52:59+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4638, "days_push": 763, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1222, forks 412 (observed 2026-08-28T04:04:02.488364+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: active
- function: http-client, parser, serialization
- domain: developer-tools, apis, web-development
- platform: go, cli, cross-platform
- tags: wsdl, soap-client, wsdl-to-go, xml-schema, soap-1-1, code-generation

## Member repositories
- hooklift/gowsdl (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:02.488364+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:15:37.789745+00:00, confidence not recorded.
  - readme: https://github.com/hooklift/gowsdl (fetched 2026-08-28T04:04:02.488364+00:00, sha 53a558e10437)
- Data as of 2026-08-30T08:39:29.467469+00:00.
