{"id":15033502,"url":"https://github.com/hooklift/gowsdl","last_synced_at":"2025-05-14T10:09:19.134Z","repository":{"id":12681215,"uuid":"15353319","full_name":"hooklift/gowsdl","owner":"hooklift","description":"WSDL2Go code generation as well as its SOAP proxy","archived":false,"fork":false,"pushed_at":"2024-08-01T01:52:59.000Z","size":5274,"stargazers_count":1175,"open_issues_count":95,"forks_count":398,"subscribers_count":37,"default_branch":"master","last_synced_at":"2025-04-02T02:09:08.347Z","etag":null,"topics":["cli","golang","soap-client","wsdl","wsdl-to-go","wsdl-to-golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hooklift.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-12-21T03:39:31.000Z","updated_at":"2025-03-28T01:37:24.000Z","dependencies_parsed_at":"2024-08-01T04:39:31.286Z","dependency_job_id":"cda87525-ba7b-4421-ae34-ac20bc6b7fda","html_url":"https://github.com/hooklift/gowsdl","commit_stats":{"total_commits":245,"total_committers":53,"mean_commits":4.622641509433962,"dds":0.5877551020408163,"last_synced_commit":"0f6b60ef6cd35ea2b7950f156660f72feb5caaa6"},"previous_names":["cloudescape/gowsdl"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooklift%2Fgowsdl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooklift%2Fgowsdl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooklift%2Fgowsdl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hooklift%2Fgowsdl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hooklift","download_url":"https://codeload.github.com/hooklift/gowsdl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247968366,"owners_count":21025823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","golang","soap-client","wsdl","wsdl-to-go","wsdl-to-golang"],"created_at":"2024-09-24T20:21:28.154Z","updated_at":"2025-04-09T03:09:39.475Z","avatar_url":"https://github.com/hooklift.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WSDL to Go\n\n[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hooklift/gowsdl?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n[![GoDoc](https://godoc.org/github.com/hooklift/gowsdl?status.svg)](https://godoc.org/github.com/hooklift/gowsdl)\n[![Build Status](https://travis-ci.org/hooklift/gowsdl.svg?branch=master)](https://travis-ci.org/hooklift/gowsdl)\n\nGenerates Go code from a WSDL file.\n\n### Install\n\n* [Download release](https://github.com/hooklift/gowsdl/releases)\n* Download and build locally\n    * 1.15: `go get github.com/hooklift/gowsdl/...`\n    * 1.20: `go install github.com/hooklift/gowsdl/cmd/gowsdl@latest`\n* Install from Homebrew: `brew install gowsdl`\n\n### Goals\n* Generate idiomatic Go code as much as possible\n* Support only Document/Literal wrapped services, which are [WS-I](http://ws-i.org/) compliant\n* Support:\n\t* WSDL 1.1\n\t* XML Schema 1.0\n\t* SOAP 1.1\n* Resolve external XML Schemas\n* Support external and local WSDL\n\n### Caveats\n* 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.\n\n### Usage\n```\nUsage: gowsdl [options] myservice.wsdl\n  -o string\n        File where the generated code will be saved (default \"myservice.go\")\n  -p string\n        Package under which code will be generated (default \"myservice\")\n  -i    Skips TLS Verification\n  -v    Shows gowsdl version\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooklift%2Fgowsdl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhooklift%2Fgowsdl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhooklift%2Fgowsdl/lists"}